mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix indentation and messages.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Opm
|
|||||||
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
||||||
rock_comp_ = rockKeyword.getRecord(0).getItem("COMPRESSIBILITY").getSIDouble(0);
|
rock_comp_ = rockKeyword.getRecord(0).getItem("COMPRESSIBILITY").getSIDouble(0);
|
||||||
} else {
|
} 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).");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user