enable relperm diagnostics for solvent model.

This commit is contained in:
Liu Ming 2016-03-10 14:41:10 +08:00
parent 77ea648e6a
commit b4b821521e

View File

@ -107,18 +107,6 @@ namespace Opm
Base::deck_->hasKeyword("SOLVENT")));
}
// run diagnostics
// Writes to:
// logFile_
void runDiagnostics()
{
std::shared_ptr<Opm::StreamLog> streamLog = std::make_shared<Opm::StreamLog>(Base::logFile_, Opm::Log::DefaultMessageTypes);
const std::string msg = "Relperm diagnostic not implemented for the solvent model ";
std::cout << "\n" << msg << "\n" << std::endl;
streamLog->addMessage(Log::MessageType::Info, msg);
}
};