ENH: autoHexMesh: do not generate vtk files

This commit is contained in:
mattijs
2012-11-15 09:52:30 +00:00
parent eeac186f9f
commit 1234841216

View File

@ -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; Pout<< endl;
} }