mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge branch '2018.01.01-patch' into dev
This commit is contained in:
commit
0dff5fc1a5
@ -1369,10 +1369,18 @@ RigFemScalarResultFrames* RigFemPartResultsCollection::calculateDerivedResult(in
|
||||
|
||||
if(resVarAddr.resultPosType == RIG_ELEMENT_NODAL_FACE )
|
||||
{
|
||||
if (resVarAddr.componentName == "Pazi" || resVarAddr.componentName == "Pinc" )
|
||||
if (resVarAddr.componentName == "Pazi" || resVarAddr.componentName == "Pinc")
|
||||
{
|
||||
return calculateSurfaceAngles(partIndex, resVarAddr);
|
||||
else
|
||||
}
|
||||
else if (resVarAddr.componentName.empty())
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
else
|
||||
{
|
||||
return calculateSurfaceAlignedStress(partIndex, resVarAddr);
|
||||
}
|
||||
}
|
||||
|
||||
if (resVarAddr.fieldName == "SE" && resVarAddr.componentName == "SFI")
|
||||
|
Loading…
Reference in New Issue
Block a user