mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 05:30:40 -06:00
fix indentation issue.
This commit is contained in:
parent
f0900e6752
commit
3179a1bf5d
@ -69,7 +69,7 @@ namespace Opm
|
|||||||
+ std::to_string(rockKeyword.size())
|
+ std::to_string(rockKeyword.size())
|
||||||
+ " regions specified)."
|
+ " regions specified)."
|
||||||
+ " Ignoring all except for the first.\n"
|
+ " Ignoring all except for the first.\n"
|
||||||
+ "In file " + rockKeyword.getFileName()
|
+ "In file " + rockKeyword.getFileName()
|
||||||
+ ", line " + std::to_string(rockKeyword.getLineNumber()) + "\n");
|
+ ", line " + std::to_string(rockKeyword.getLineNumber()) + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user