Fix: set precision of the correct stream.

This commit is contained in:
Atgeirr Flø Rasmussen 2018-01-08 17:18:47 +01:00
parent d6f28e625b
commit aca95895c9

View File

@ -143,7 +143,7 @@ namespace Opm
double injected[2], double produced[2],
double init_satvol[2])
{
std::cout.precision(5);
os.precision(5);
const int width = 18;
os << "\nVolume balance report (all numbers relative to total pore volume).\n";
os << " Saturated volumes: "