mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-16 00:20:34 +08:00
use std::filesystem::path
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user