Silence PLT complaint spam.

While the warning is correct, it is not a good idea to spam
it for all wells and timesteps.
This commit is contained in:
Atgeirr Flø Rasmussen
2015-04-21 10:43:26 +02:00
parent 640647c9ba
commit 1719e9f948

View File

@@ -68,9 +68,11 @@ namespace EclipseWriterDetails {
swat,
sgas);
if (well->getPLTActive(simulatorTimer.currentStepNum())) {
std::cerr << "PLT not supported, writing RFT data" << std::endl;
}
// TODO: replace this silenced warning with an appropriate
// use of the OpmLog facilities.
// if (well->getPLTActive(simulatorTimer.currentStepNum())) {
// std::cerr << "PLT not supported, writing RFT data" << std::endl;
// }
rft_nodes.push_back(ecl_node);
}