add "\n" at the end of the message.

This commit is contained in:
Liu Ming 2016-06-13 13:55:01 +08:00
parent 6ae9c3104f
commit 413e3fe381

View File

@ -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);