mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Re-introduced firstAnchestorOfType
This commit is contained in:
@@ -1527,11 +1527,8 @@ double RimReservoirCellResultsStorage::darchysValue()
|
||||
|
||||
double darchy = 0.008527; // (ECLIPSE 100) (METRIC)
|
||||
|
||||
// MODTODO Fix usage of firstAncestorOfType
|
||||
return darchy;
|
||||
|
||||
RimEclipseCase* rimCase = NULL;
|
||||
//this->firstAncestorOfType(rimCase);
|
||||
this->firstAncestorOfType(rimCase);
|
||||
|
||||
if (rimCase && rimCase->reservoirData())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user