mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Fixed wrong CaseTypeId in octave GetCases. Introduced by the GeoMech Case.
(#325)
This commit is contained in:
@@ -109,11 +109,11 @@ void RiaSocketTools::getCaseInfoFromCase(RimCase* rimCase, qint64& caseId, QStri
|
||||
}
|
||||
else if (eclCase)
|
||||
{
|
||||
caseType = "GeoMechCase";
|
||||
caseType = "ResultCase";
|
||||
}
|
||||
else
|
||||
{
|
||||
caseType = "ResultCase";
|
||||
caseType = "GeoMechCase";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user