Fix convergence output header (again).

This commit is contained in:
Atgeirr Flø Rasmussen 2014-11-12 21:37:51 +01:00
parent f17660cc37
commit 5dcccaf568

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) CNVW CNVO CNVW WELL-FLOW WELL-CNTRL\n";
std::cout << "\nIter MB(OIL) MB(WATER) MB(GAS) CNVW CNVO CNVG WELL-FLOW WELL-CNTRL\n";
}
const std::streamsize oprec = std::cout.precision(3);
const std::ios::fmtflags oflags = std::cout.setf(std::ios::scientific);