fix indentation and messages.

This commit is contained in:
Liu Ming 2016-05-23 10:47:26 +08:00
parent 1cb66d2b4f
commit 407c7223f6

View File

@ -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).");
}
}