diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 17:05:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 17:05:35 (GMT) |
commit | f4d9383d2940f959c207a8ea1cfe74db29fc804d (patch) | |
tree | 8588bb2cf869f89fb5ae7785caf1114a4b89de88 /src/CGAL_Nef_polyhedron_DxfData.cc | |
parent | dd2002a81673b3875ce8c4e8a61cb10278c4eb03 (diff) |
cleanup unneeded #include, documentation
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; |