diff options
Diffstat (limited to 'src/CGAL_Nef_polyhedron_DxfData.cc')
-rw-r--r-- | src/CGAL_Nef_polyhedron_DxfData.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGAL_Nef_polyhedron_DxfData.cc b/src/CGAL_Nef_polyhedron_DxfData.cc index 412314a..411a340 100644 --- a/src/CGAL_Nef_polyhedron_DxfData.cc +++ b/src/CGAL_Nef_polyhedron_DxfData.cc @@ -77,7 +77,7 @@ DxfData *CGAL_Nef_polyhedron::convertToDxfData() const return dxfdata; } -// moved here to reduce compile size/time of compiling CGAL_Nef_polyhedron.cc +// dump the 2 dimensional nef_poly. std::string CGAL_Nef_polyhedron::dump_p2() const { std::stringstream out; |