diff --git a/opm/simulators/SimulatorIncompTwophase.cpp b/opm/simulators/SimulatorIncompTwophase.cpp index 2d06014e6..76b2ac304 100644 --- a/opm/simulators/SimulatorIncompTwophase.cpp +++ b/opm/simulators/SimulatorIncompTwophase.cpp @@ -150,7 +150,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());