mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilModelEbos: output error message using OpmLog
This commit is contained in:
parent
e88c44eaaf
commit
e008c76a80
@ -65,7 +65,6 @@
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
@ -434,7 +433,7 @@ namespace Opm {
|
||||
std::fill(wasSwitched_.begin(), wasSwitched_.end(), false);
|
||||
|
||||
if (param_.update_equations_scaling_) {
|
||||
std::cout << "equation scaling not supported yet" << std::endl;
|
||||
OpmLog::error("Equation scaling not supported");
|
||||
//updateEquationsScaling();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user