mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1897 from alfbr/well-logging
Moved well test messages from debug to log and prt
This commit is contained in:
commit
1593d431ce
@ -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