mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add "\n" at the end of the message.
This commit is contained in:
parent
5fe0452bd5
commit
dd26ef620c
@ -69,7 +69,7 @@ namespace Opm
|
||||
+ std::to_string(rockKeyword.size())
|
||||
+ " regions specified)."
|
||||
+ " Ignoring all except for the first.\nFile " + rockKeyword.getFileName()
|
||||
+ ", line " + std::to_string(rockKeyword.getLineNumber()));
|
||||
+ ", line " + std::to_string(rockKeyword.getLineNumber()) + "\n");
|
||||
}
|
||||
|
||||
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
||||
|
Loading…
Reference in New Issue
Block a user