mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 21:30:27 -06:00
Merge remote-tracking branch 'xavier/rock_comp_tpfa' into rock_comp_tpfa
This commit is contained in:
parent
a86239d10c
commit
d09e60820f
@ -146,7 +146,7 @@ namespace Opm
|
||||
catch (...) {
|
||||
THROW("Creating directories failed: " << fpath);
|
||||
}
|
||||
vtkfilename << "/" << std::setw(3) << std::setfill('0') << step << ".vtu";
|
||||
vtkfilename << "/output-" << std::setw(3) << std::setfill('0') << step << ".vtu";
|
||||
std::ofstream vtkfile(vtkfilename.str().c_str());
|
||||
if (!vtkfile) {
|
||||
THROW("Failed to open " << vtkfilename.str());
|
||||
|
Loading…
Reference in New Issue
Block a user