Re-introduced firstAnchestorOfType

This commit is contained in:
Jacob Støren
2015-08-12 11:36:49 +02:00
parent f8518037fe
commit 369797b3d8
3 changed files with 4 additions and 11 deletions

View File

@@ -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())
{