mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
remove unused output
This commit is contained in:
parent
d4802121d3
commit
c42eeffdeb
@ -1702,7 +1702,6 @@ namespace {
|
||||
for (; quantityIt != endQuantityIt; ++quantityIt) {
|
||||
const double quantityResid = (*quantityIt).value().matrix().norm();
|
||||
if (!std::isfinite(quantityResid)) {
|
||||
//std::cout << quantityResid << " quantity" << std::endl;
|
||||
const int trouble_phase = quantityIt - residual_.material_balance_eq.begin();
|
||||
OPM_THROW(Opm::NumericalProblem,
|
||||
"Encountered a non-finite residual in material balance equation "
|
||||
|
Loading…
Reference in New Issue
Block a user