mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
minor format changes
This commit is contained in:
parent
52752ea1e4
commit
5fe0452bd5
@ -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