mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3308 Fix formation names in well log tracks.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user