PVT Plot: Added warning message if PVT plotting could not be initialized

This commit is contained in:
sigurdp 2017-11-30 10:47:02 +01:00
parent 8fd48b9f0e
commit 85832ae0bc

View File

@ -18,6 +18,8 @@
#include "RigFlowDiagSolverInterface.h" #include "RigFlowDiagSolverInterface.h"
#include "RiaLogging.h"
#include "RifEclipseOutputFileTools.h" #include "RifEclipseOutputFileTools.h"
#include "RifReaderInterface.h" #include "RifReaderInterface.h"
@ -135,7 +137,7 @@ public:
} }
catch (...) catch (...)
{ {
cvf::Trace::show("Exception trying to construct ECLPvtCurveCollection instance"); RiaLogging::warning("Unsupported PVT table format. Could not initialize PVT plotting functionality.");
} }
} }