Skip to content
Snippets Groups Projects
Commit 03f9a3ef authored by Timon Habenicht's avatar Timon Habenicht
Browse files

adds maxLevel and numberOfGridLevels to TestParameter (2)

parent 46858acf
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ protected:
TestParameterImp(real viscosity, unsigned int lx, unsigned int lz, unsigned int l0,
unsigned int numberOfTimeSteps, unsigned int basisTimeStepLength,
unsigned int startStepCalculation, unsigned int ySliceForCalculation,
std::string gridPath,
std::string gridPath, unsigned int maxLevel, unsigned int numberOfGridLevels,
bool writeFiles, unsigned int startStepFileWriter,
std::shared_ptr<TestResults> testResults,
std::vector<int> devices);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment