mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 05:30:40 -06:00
fix indentation and messages.
This commit is contained in:
parent
1cb66d2b4f
commit
407c7223f6
@ -74,7 +74,7 @@ namespace Opm
|
||||
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
||||
rock_comp_ = rockKeyword.getRecord(0).getItem("COMPRESSIBILITY").getSIDouble(0);
|
||||
} else {
|
||||
OpmLog::warning("**** warning: no rock compressibility data found in deck (ROCK or ROCKTAB).");
|
||||
OpmLog::warning("No rock compressibility data found in deck (ROCK or ROCKTAB).");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user