mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3807 Initial implementation of GeoMech contour maps.
This commit is contained in:
@@ -1499,6 +1499,8 @@ RigFemScalarResultFrames* RigFemPartResultsCollection::calculateCompactionValues
|
||||
RigFemScalarResultFrames* compactionFrames = m_femPartResults[partIndex]->createScalarResult(resVarAddr);
|
||||
|
||||
const RigFemPart* part = m_femParts->part(partIndex);
|
||||
part->ensureIntersectionSearchTreeIsBuilt();
|
||||
|
||||
for (int t = 0; t < u3Frames->frameCount(); t++)
|
||||
{
|
||||
std::vector<float>& compactionFrame = compactionFrames->frameData(t);
|
||||
|
||||
Reference in New Issue
Block a user