mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: autoHexMesh: do not generate vtk files
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user