mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed wrong CaseTypeId in octave GetCases. Introduced by the GeoMech Case.
(#325)
This commit is contained in:
parent
70b84957f9
commit
b2fb9ae2c8
@ -109,11 +109,11 @@ void RiaSocketTools::getCaseInfoFromCase(RimCase* rimCase, qint64& caseId, QStri
|
|||||||
}
|
}
|
||||||
else if (eclCase)
|
else if (eclCase)
|
||||||
{
|
{
|
||||||
caseType = "GeoMechCase";
|
caseType = "ResultCase";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
caseType = "ResultCase";
|
caseType = "GeoMechCase";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user