Skip to content

Commit

Permalink
Fixup b6aee93
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 8, 2016
1 parent b6aee93 commit 9b9377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/raster/qgsalignraster.cpp
Expand Up @@ -253,7 +253,7 @@ bool QgsAlignRaster::checkInputParameters()
}

mXSize = mYSize = 0;
std::fill( &mGeoTransform[0], &mGeoTransform[5], 0 );
std::fill_n( mGeoTransform, 6, 0 );

double finalExtent[4] = { 0, 0, 0, 0 };

Expand Down

0 comments on commit 9b9377f

Please sign in to comment.