Navigation Menu

Skip to content

Commit

Permalink
raster calculator: exit on error (fix #5075)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 21, 2014
1 parent ed05796 commit 98401dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/raster/qgsrastercalculator.cpp
Expand Up @@ -52,6 +52,7 @@ int QgsRasterCalculator::processCalculation( QProgressDialog* p )
if ( !calcNode )
{
//error
return 4;
}

double targetGeoTransform[6];
Expand Down

0 comments on commit 98401dc

Please sign in to comment.