Skip to content
Snippets Groups Projects
Commit 9e26e68b authored by mattijs's avatar mattijs
Browse files

ENH: surfaceMeshTriangulate: surface is fileName, not word

parent d484ff03
Branches
Tags
No related merge requests found
......@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
#include "setRootCase.H"
#include "createTime.H"
const word outFileName(args[1]);
const fileName outFileName(args[1]);
Info<< "Extracting surface from boundaryMesh ..."
<< endl << endl;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment