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