Merge branch 'rock_comp_tpfa'

This commit is contained in:
Atgeirr Flø Rasmussen 2012-08-22 11:13:16 +02:00
commit 1fc5c8988f

View File

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