#2119, #2072 Move private section to the bottom. Add isTotalFlowChannel

This commit is contained in:
Jacob Støren
2017-11-23 13:25:35 +01:00
parent 1acd39898e
commit 69a61a2cb8
2 changed files with 30 additions and 21 deletions

View File

@@ -196,6 +196,14 @@ bool RimWellPlotTools::isWaterFlowChannel(const QString& channelName)
return tryMatchChannelName(WATER_CHANNEL_NAMES, channelName);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimWellPlotTools::isTotalFlowChannel(const QString& channelName)
{
return tryMatchChannelName(TOTAL_CHANNEL_NAMES, channelName);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------