Skip to content

Commit

Permalink
Better precision when saving interpolation results to grid
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9206 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 29, 2008
1 parent 042e99f commit e7ca86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/interpolation/qgsgridfilewriter.cpp
Expand Up @@ -52,6 +52,7 @@ int QgsGridFileWriter::writeFile( bool showProgressDialog )
}

QTextStream outStream( &outputFile );
outStream.setRealNumberPrecision(8);
writeHeader( outStream );

double currentYValue = mInterpolationExtent.yMax();
Expand Down

0 comments on commit e7ca86d

Please sign in to comment.