mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #427 from joakim-hove/parsemode-fixup
Removed extre trailing '/'
This commit is contained in:
commit
b58aafe896
@ -104,8 +104,7 @@ std::string deckPostMult =
|
|||||||
"8*1 /\n"
|
"8*1 /\n"
|
||||||
"SCHEDULE\n"
|
"SCHEDULE\n"
|
||||||
"TSTEP\n"
|
"TSTEP\n"
|
||||||
"1.0 2.0 3.0 4.0 /\n"
|
"1.0 2.0 3.0 4.0 /\n";
|
||||||
"/\n";
|
|
||||||
|
|
||||||
std::string origDeckString = deckPreMult + deckPostMult;
|
std::string origDeckString = deckPreMult + deckPostMult;
|
||||||
std::string multDeckString =
|
std::string multDeckString =
|
||||||
|
Loading…
Reference in New Issue
Block a user