mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 20:43:49 -06:00
Increased number of digits in output.
This commit is contained in:
parent
29b2bcad45
commit
43162d7d99
@ -168,6 +168,7 @@ main(int argc, char** argv)
|
||||
if (output) {
|
||||
std::string tof_filename = output_dir + "/tof.txt";
|
||||
std::ofstream tof_stream(tof_filename.c_str());
|
||||
tof_stream.precision(16);
|
||||
std::copy(tof.begin(), tof.end(), std::ostream_iterator<double>(tof_stream, "\n"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user