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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user