mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-07 15:03:01 -06:00
add some quotes to the user output
this makes it clearer that no deck has been specified.
This commit is contained in:
parent
ed7d4d47c1
commit
095a529f28
@ -132,7 +132,7 @@ public:
|
||||
return simcase;
|
||||
}
|
||||
|
||||
throw std::invalid_argument("Cannot find input case "+caseName);
|
||||
throw std::invalid_argument("Cannot find input case '"+caseName+"'");
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user