Skip to content
Snippets Groups Projects
Commit 66b95116 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[2pmin][test] Clean-up test

*Get rid of lowerLeftX, etc
parent 6f95d77e
No related branches found
No related tags found
1 merge request!202Cleanup/parameters
......@@ -43,10 +43,8 @@ void usage(const char *progName, const std::string &errorMsg)
errorMessageOut += "\n\nThe list of mandatory options for this program is:\n"
"\t-TimeManager.TEnd End of the simulation [s] \n"
"\t-TimeManager.DtInitial Initial timestep size [s] \n"
"\t-Grid.NumberOfCellsX Number of Cells in x \n"
"\t-Grid.NumberOfCellsY Number of Cells in y \n"
"\t-Grid.UpperRightX Upper right domain boundary x \n"
"\t-Grid.UpperRightY Upper right domain boundary y \n"
"\t-Grid.Cells Number of cells in respective coordinate directions\n"
"\t-Grid.UpperRight Upper right corner coordinates\n"
"\t-Problem.Name String for naming of the output files \n"
"\n";
......
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