minor format changes
This commit is contained in:
parent
4e40b784af
commit
6ae9c3104f
@ -68,9 +68,8 @@ namespace Opm
|
||||
OpmLog::warning("Can only handle a single region in ROCK ("
|
||||
+ std::to_string(rockKeyword.size())
|
||||
+ " regions specified)."
|
||||
+ " Ignoring all except for the first.\nSee " + rockKeyword.getFileName()
|
||||
+ ", in line:" + std::to_string(rockKeyword.getLineNumber())
|
||||
+ " for more information.");
|
||||
+ " Ignoring all except for the first.\nFile " + rockKeyword.getFileName()
|
||||
+ ", line " + std::to_string(rockKeyword.getLineNumber()));
|
||||
}
|
||||
|
||||
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
||||
|
Loading…
Reference in New Issue
Block a user