mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix early return bug in RigFemPartResultsCollection::initialPermeabilityDependentResults.
This commit is contained in:
committed by
Magne Sjaastad
parent
28d8d9d07d
commit
901f0f3a73
@@ -1331,8 +1331,8 @@ std::set<RigFemResultAddress> RigFemPartResultsCollection::initialPermeabilityDe
|
||||
RigFemResultAddress( elementType, "POROSITY-PERMEABILITY", "DPHI", RigFemResultAddress::allTimeLapsesValue() ) );
|
||||
results.insert(
|
||||
RigFemResultAddress( elementType, "POROSITY-PERMEABILITY", "PERM", RigFemResultAddress::allTimeLapsesValue() ) );
|
||||
return results;
|
||||
}
|
||||
return results;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user