mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 07:03:25 -06:00
Octave Interface: Yet more fix on multicase octave script exec.
This commit is contained in:
parent
6a7181e1d9
commit
7e4c793da5
@ -184,7 +184,7 @@ RimCase* RiaSocketServer::findReservoir(int caseId)
|
||||
|
||||
for (size_t i = 0; i < cases.size(); i++)
|
||||
{
|
||||
if (cases[i]->caseId == caseId)
|
||||
if (cases[i]->caseId == currCaseId)
|
||||
{
|
||||
return cases[i];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user