From 66b9511685dd408a096dc89692d5cb6035c091f6 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Thu, 22 Sep 2016 15:44:02 +0200 Subject: [PATCH] [2pmin][test] Clean-up test *Get rid of lowerLeftX, etc --- test/porousmediumflow/2pminc/implicit/test_box2pminc.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc b/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc index 454df4b2fa..54162fb5d5 100644 --- a/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc +++ b/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc @@ -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"; -- GitLab