mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4578 Add commands for create and clone view
This commit is contained in:
@@ -70,7 +70,6 @@ RicfCommandResponse RicfLoadCase::execute()
|
||||
return RicfCommandResponse(RicfCommandResponse::COMMAND_ERROR, error);
|
||||
}
|
||||
CAF_ASSERT(fileCaseIdMap.size() == 1u);
|
||||
RicfLoadCaseResult result;
|
||||
RicfCommandResponse response;
|
||||
response.setResult(new RicfLoadCaseResult(fileCaseIdMap.begin()->second));
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user