mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Fix: set precision of the correct stream.
This commit is contained in:
parent
d6f28e625b
commit
aca95895c9
@ -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: "
|
||||
|
Loading…
Reference in New Issue
Block a user