(#557, #560, #561) WLP: Using same code in Geomech WL-extraction

This commit is contained in:
Jacob Støren
2015-10-14 08:48:36 +02:00
parent 0bc4ed9b06
commit 4c73b31919
2 changed files with 19 additions and 25 deletions

View File

@@ -119,7 +119,8 @@ void RigEclipseWellLogExtractor::calculateIntersection()
}
}
}
populateReturnArrays(uniqueIntersections);
this->populateReturnArrays(uniqueIntersections);
}