#1834 Show message in log when skipping simuliation well data

This commit is contained in:
Magne Sjaastad 2017-08-30 08:03:31 +02:00
parent d1dbb89757
commit 0d57d3ec8d

View File

@ -444,6 +444,10 @@ bool RifReaderEclipseOutput::open(const QString& fileName, RigEclipseCaseData* e
progInfo.setProgressDescription("Reading Well information");
readWellCells(mainEclGrid, isImportOfCompleteMswDataEnabled());
}
else
{
RiaLogging::info("Skipping import of simulation well data");
}
progInfo.incrementProgress();
progInfo.setProgressDescription("Releasing reader memory");