mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Interpolating MDvalues
This commit is contained in:
@@ -72,12 +72,12 @@ RifReaderRftInterface* RimObservedFmuRftData::rftReader()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimObservedFmuRftData::hasWell(const QString& simWellName) const
|
||||
bool RimObservedFmuRftData::hasWell(const QString& wellPathName) const
|
||||
{
|
||||
std::vector<QString> allWells = wells();
|
||||
for (const QString& well : allWells)
|
||||
{
|
||||
if (well == simWellName)
|
||||
if (well == wellPathName)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user