mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix linux compile error and warning
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
|
||||
CAF_PDM_SOURCE_INIT(RimWellPltPlot, "WellPltPlot");
|
||||
|
||||
namespace caf
|
||||
{
|
||||
template<>
|
||||
void caf::AppEnum< RimWellPltPlot::FlowType>::setUp()
|
||||
{
|
||||
@@ -65,6 +67,7 @@ void caf::AppEnum< RimWellPltPlot::FlowPhase>::setUp()
|
||||
addItem(RimWellPltPlot::PHASE_GAS, "PHASE_GAS", "Gas");
|
||||
addItem(RimWellPltPlot::PHASE_WATER, "PHASE_WATER", "Water");
|
||||
}
|
||||
}
|
||||
|
||||
const QString RimWellPltPlot::OIL_CHANNEL_NAME = "QOZT";
|
||||
const QString RimWellPltPlot::GAS_CHANNEL_NAME = "QGZT";
|
||||
|
||||
Reference in New Issue
Block a user