fix tests that relied on internal deck handling

This commit is contained in:
Arne Morten Kvarving
2022-06-14 14:25:46 +02:00
parent a4d254b749
commit 32eb467ead
5 changed files with 65 additions and 13 deletions

View File

@@ -93,6 +93,12 @@ public:
static double setupTime()
{ return setupTime_; }
/*!
* \brief Read a deck.
* \param filename file to read
*/
static void readDeck(const std::string& filename);
/*!
* \brief Set the simulation configuration objects.
*/