slight changes

This commit is contained in:
Peter Hachenberger 2008-07-05 21:58:58 +00:00
parent 016bb98755
commit 1a305ecbe0
1 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/IO/Nef_polyhedron_iostream_3.h>
#include <CGAL/minkowski_sum_3.h>
#include <CGAL/IO/Qt_widget_Nef_3.h>
#include <qapplication.h>
#include <fstream>
#include <iostream>
@ -14,7 +12,7 @@ typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
typedef CGAL::Nef_polyhedron_3<Kernel,CGAL::SNC_indexed_items> Nef_polyhedron;
typedef CGAL::Polyhedron_3<Kernel> Polyhedron;
int main(int argc, char* argv[]) {
int main() {
Nef_polyhedron N0, N1;
std::ifstream in("cube.nef3");