mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-09 23:53:04 -06:00
PVT Plot: Added warning message if PVT plotting could not be initialized
This commit is contained in:
parent
8fd48b9f0e
commit
85832ae0bc
@ -18,6 +18,8 @@
|
||||
|
||||
#include "RigFlowDiagSolverInterface.h"
|
||||
|
||||
#include "RiaLogging.h"
|
||||
|
||||
#include "RifEclipseOutputFileTools.h"
|
||||
#include "RifReaderInterface.h"
|
||||
|
||||
@ -135,7 +137,7 @@ public:
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
cvf::Trace::show("Exception trying to construct ECLPvtCurveCollection instance");
|
||||
RiaLogging::warning("Unsupported PVT table format. Could not initialize PVT plotting functionality.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user