mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1834 Show message in log when skipping simuliation well data
This commit is contained in:
parent
d1dbb89757
commit
0d57d3ec8d
@ -444,6 +444,10 @@ bool RifReaderEclipseOutput::open(const QString& fileName, RigEclipseCaseData* e
|
|||||||
progInfo.setProgressDescription("Reading Well information");
|
progInfo.setProgressDescription("Reading Well information");
|
||||||
readWellCells(mainEclGrid, isImportOfCompleteMswDataEnabled());
|
readWellCells(mainEclGrid, isImportOfCompleteMswDataEnabled());
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
RiaLogging::info("Skipping import of simulation well data");
|
||||||
|
}
|
||||||
progInfo.incrementProgress();
|
progInfo.incrementProgress();
|
||||||
|
|
||||||
progInfo.setProgressDescription("Releasing reader memory");
|
progInfo.setProgressDescription("Releasing reader memory");
|
||||||
|
Loading…
Reference in New Issue
Block a user