Mohr Circle: Make result "E" work

This commit is contained in:
Rebecca Cox 2018-02-26 11:15:18 +01:00
parent f3859a6bee
commit 23ab74c34d

View File

@ -314,7 +314,7 @@ void RiuMohrsCirclePlot::queryDataAndUpdatePlot(RimGeoMechView* geoMechView, siz
int frameIdx = geoMechView->currentTimeStep();
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();
return;