Skip to content
Snippets Groups Projects

Fix directory automatic creation if missing

Merged Stéphane Del Pino requested to merge fix/gnuplot-writers into develop
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -216,6 +216,8 @@ GnuplotWriter1D::_write(const MeshType& mesh,
throw NormalError("cannot store both node and cell data in the same gnuplot file");
}
createDirectoryIfNeeded(_getFilename());
std::ofstream fout;
if (parallel::rank() == 0) {
Loading