mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed even more compiler warnings.
p4#: 20220
This commit is contained in:
@@ -455,7 +455,7 @@ void RifEclipseInputFileTools::writeDataToTextFile(QFile* file, const QString& e
|
||||
out << eclipseKeyWord << "\n" << right << qSetFieldWidth(16);
|
||||
|
||||
caf::ProgressInfo pi(resultData.size(), QString("Writing data to file %1").arg(file->fileName()) );
|
||||
int progressSteps = resultData.size() / 20;
|
||||
size_t progressSteps = resultData.size() / 20;
|
||||
|
||||
size_t i;
|
||||
for (i = 0; i < resultData.size(); i++)
|
||||
|
||||
Reference in New Issue
Block a user