diff --git a/cgal/export_nef.cpp b/cgal/export_nef.cpp index 2048a3f4..f54e8109 100644 --- a/cgal/export_nef.cpp +++ b/cgal/export_nef.cpp @@ -165,6 +165,7 @@ int main(int argc, char *argv[]) N = new CGAL_Nef_polyhedron(new CGAL_Nef_polyhedron3); std::ifstream stream(filename.c_str()); stream >> *N->p3; + std::cerr << "Imported Nef polyhedron" << std::endl; } } else {