#3308 Fix formation names in well log tracks.

This commit is contained in:
Gaute Lindkvist
2018-09-05 14:03:52 +02:00
parent 385f7ad0da
commit 847c6127b0
2 changed files with 19 additions and 9 deletions

View File

@@ -492,6 +492,10 @@ T RigGeoMechWellLogExtractor::interpolateGridResultValue(RigFemResultPosEnum r
if (!(elmType == HEX8 || elmType == HEX8P)) return T();
if (resultPosType == RIG_FORMATION_NAMES)
{
resultPosType = RIG_ELEMENT_NODAL; // formation indices are stored per element node result.
}
if (resultPosType == RIG_ELEMENT)
{