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

ENH: autoHexMesh: do not generate vtk files

parent eeac186f
No related merge requests found
......@@ -2295,13 +2295,6 @@ void Foam::meshRefinement::dumpIntersections(const fileName& prefix) const
}
}
// Convert to vtk format
string cmd
(
"objToVTK " + prefix + "_edges.obj " + prefix + "_edges.vtk > /dev/null"
);
system(cmd.c_str());
Pout<< 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