Added SimulationConfig::hasThresholdPressure()
This commit is contained in:
@@ -39,4 +39,9 @@ namespace Opm {
|
||||
return m_ThresholdPressure;
|
||||
}
|
||||
|
||||
|
||||
bool SimulationConfig::hasThresholdPressure() const {
|
||||
return m_ThresholdPressure->size() > 0;
|
||||
}
|
||||
|
||||
} //namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user