debug output

master
Marius Kintel 2015-01-15 16:17:31 -05:00
parent 33425115c5
commit d8d8ee3ab5
1 changed files with 1 additions and 0 deletions

View File

@ -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 {