mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -04:00
raster calculator: exit on error (fix #5075)
This commit is contained in:
parent
ed05796409
commit
98401dc066
@ -52,6 +52,7 @@ int QgsRasterCalculator::processCalculation( QProgressDialog* p )
|
|||||||
if ( !calcNode )
|
if ( !calcNode )
|
||||||
{
|
{
|
||||||
//error
|
//error
|
||||||
|
return 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
double targetGeoTransform[6];
|
double targetGeoTransform[6];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user