Merge pull request #1034 from qilicun/minor-format-change
Minor format changes
This commit is contained in:
commit
15e12c89bf
@ -68,9 +68,9 @@ namespace Opm
|
|||||||
OpmLog::warning("Can only handle a single region in ROCK ("
|
OpmLog::warning("Can only handle a single region in ROCK ("
|
||||||
+ std::to_string(rockKeyword.size())
|
+ std::to_string(rockKeyword.size())
|
||||||
+ " regions specified)."
|
+ " regions specified)."
|
||||||
+ " Ignoring all except for the first.\nSee " + rockKeyword.getFileName()
|
+ " Ignoring all except for the first.\n"
|
||||||
+ ", in line:" + std::to_string(rockKeyword.getLineNumber())
|
+ "In file " + rockKeyword.getFileName()
|
||||||
+ " for more information.");
|
+ ", line " + std::to_string(rockKeyword.getLineNumber()) + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user