From d8d8ee3ab57b1f7c616834dc4c9d5363a9cfb3f2 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 15 Jan 2015 16:17:31 -0500 Subject: [PATCH] debug output --- cgal/export_nef.cpp | 1 + 1 file changed, 1 insertion(+) 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 {