Fix: change a CNVO to CNVW in header printout.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-11-12 10:29:27 +01:00
parent 4270d51683
commit 7f2c649496

View File

@ -1887,7 +1887,7 @@ namespace {
bool converged = converged_MB && converged_CNV && converged_Well;
if (iteration == 0) {
std::cout << "\nIter MB(OIL) MB(WATER) MB(GAS) CNVO CNVO CNVW WELL-FLOW WELL-CNTRL\n";
std::cout << "\nIter MB(OIL) MB(WATER) MB(GAS) CNVW CNVO CNVW WELL-FLOW WELL-CNTRL\n";
}
std::cout << std::setw(4) << iteration << std::setprecision(4)
<< std::setw(11) << mass_balance_residual_water