add some quotes to the user output

this makes it clearer that no deck has been specified.
This commit is contained in:
Andreas Lauser 2018-08-17 13:08:23 +02:00
parent ed7d4d47c1
commit 095a529f28

View File

@ -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+"'");
}
/*!