Merge remote-tracking branch 'xavier/rock_comp_tpfa' into rock_comp_tpfa

This commit is contained in:
Atgeirr Flø Rasmussen 2012-08-20 16:09:20 +02:00
parent a86239d10c
commit d09e60820f

View File

@ -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());