Skip to content

Commit 6eb7eb3

Browse files
author
mhugent
committedAug 29, 2008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/interpolation/qgsgridfilewriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ int QgsGridFileWriter::writeFile( bool showProgressDialog )
5252
}
5353

5454
QTextStream outStream( &outputFile );
55+
outStream.setRealNumberPrecision(8);
5556
writeHeader( outStream );
5657

5758
double currentYValue = mInterpolationExtent.yMax();

0 commit comments

Comments
 (0)
Please sign in to comment.