use std::filesystem::path

This commit is contained in:
mhochsteger@cerbsim.com
2022-02-17 16:52:07 +01:00
parent c5eeabace1
commit cf59f297a7
50 changed files with 360 additions and 544 deletions

View File

@@ -28,7 +28,7 @@ void WriteTecPlotFormat (const Mesh & mesh,
INDEX nse = mesh.GetNSE();
NgArray<int> sn(np);
ofstream outfile(filename.c_str());
ofstream outfile(filename);
outfile << "TITLE=\" " << filename << "\"" << endl;