Fix convergence table labels (water, oil swapped).

This commit is contained in:
Atgeirr Flø Rasmussen 2015-04-08 13:33:42 +02:00
parent 2ce8abcdb8
commit 78ea73fa0a

View File

@ -2068,7 +2068,7 @@ namespace detail {
{
// Only rank 0 does print to std::cout
if (iteration == 0) {
std::cout << "\nIter MB(OIL) MB(WATER) MB(GAS) CNVW CNVO CNVG WELL-FLOW WELL-CNTRL\n";
std::cout << "\nIter MB(WATER) MB(OIL) 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);