mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make Linux happy
Use correct type Remove unused variable Fix placement of local variable
This commit is contained in:
@@ -112,7 +112,7 @@ bool RifSurfaceExporter::writePetrellPtlFile( const QString&
|
||||
out << "#History: No history \n";
|
||||
out << "#Z_units: meters \n";
|
||||
|
||||
for ( int i = 0; i < vertices.size(); i++ )
|
||||
for ( size_t i = 0; i < vertices.size(); i++ )
|
||||
{
|
||||
out << vertices[i].x() << " ";
|
||||
out << vertices[i].y() << " ";
|
||||
|
||||
Reference in New Issue
Block a user