mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5125 Show well measurements based on selection in RimWellMeasuremenInView.
This commit is contained in:
@@ -244,3 +244,11 @@ bool RimWellMeasurementInView::hasCategoryResult() const
|
||||
{
|
||||
return !RimWellMeasurement::kindHasValue( measurementKind() );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimWellMeasurementInView::isWellChecked( const QString& wellName ) const
|
||||
{
|
||||
return std::find( m_wells.v().begin(), m_wells.v().end(), wellName ) != m_wells.v().end();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user