Merge pull request #364 from andlaus/help_line_breaks

Parameter system: Improve usage message
This commit is contained in:
Arne Morten Kvarving 2018-08-20 08:42:34 +02:00 committed by GitHub
commit 7c4ca41f1f

View File

@ -330,9 +330,9 @@ public:
disc = "element centered finite volume";
return std::string("")+
"Ground remediation problem where a dense oil infiltrates\n"+
"an aquifer with an embedded low-permability lens.\n" +
"This is the binary for the "+thermal+" variant using "+deriv+"\n"+
"Ground remediation problem where a dense oil infiltrates "+
"an aquifer with an embedded low-permability lens. " +
"This is the binary for the "+thermal+" variant using "+deriv+
"and the "+disc+" discretization";
}