mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-13 09:51:57 -06:00
Moved well test messages from debug to log and prt
This commit is contained in:
parent
e114d4a46d
commit
671b2d9a47
@ -2881,7 +2881,7 @@ namespace Opm
|
||||
WellState& well_state, WellTestState& welltest_state,
|
||||
Opm::DeferredLogger& deferred_logger)
|
||||
{
|
||||
deferred_logger.debug(" well " + name() + " is being tested for physical limits");
|
||||
deferred_logger.info(" well " + name() + " is being tested for physical limits");
|
||||
|
||||
// some most difficult things are the explicit quantities, since there is no information
|
||||
// in the WellState to do a decent initialization
|
||||
|
@ -950,7 +950,7 @@ namespace Opm
|
||||
const double simulation_time, const int report_step,
|
||||
const WellState& well_state, WellTestState& welltest_state, Opm::DeferredLogger& deferred_logger)
|
||||
{
|
||||
deferred_logger.debug(" well " + name() + " is being tested for economic limits");
|
||||
deferred_logger.info(" well " + name() + " is being tested for economic limits");
|
||||
|
||||
WellState well_state_copy = well_state;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user