mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Mohr Circle: Make result "E" work
This commit is contained in:
parent
f3859a6bee
commit
23ab74c34d
@ -314,7 +314,7 @@ void RiuMohrsCirclePlot::queryDataAndUpdatePlot(RimGeoMechView* geoMechView, siz
|
|||||||
int frameIdx = geoMechView->currentTimeStep();
|
int frameIdx = geoMechView->currentTimeStep();
|
||||||
|
|
||||||
RigFemResultAddress currentAddress = geoMechView->cellResult->resultAddress();
|
RigFemResultAddress currentAddress = geoMechView->cellResult->resultAddress();
|
||||||
if (!(currentAddress.fieldName == "SE" || currentAddress.fieldName == "ST" || currentAddress.fieldName == "E"))
|
if (!(currentAddress.fieldName == "SE" || currentAddress.fieldName == "ST" || currentAddress.fieldName == "NE"))
|
||||||
{
|
{
|
||||||
clearPlot();
|
clearPlot();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user