Box_intersection_d

This commit is contained in:
Andreas Fabri 2018-01-17 22:05:51 +00:00
parent 1d811ddf3d
commit cfc75d7f32
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include <fstream>
#include <cstdlib>
#include <CGAL/disable_warnings.h>
#include "util.h"
static unsigned int failed = 0;

View File

@ -9,6 +9,8 @@
#include <CGAL/Random.h>
#include <CGAL/disable_warnings.h>
template< class NT, int DIM, bool CLOSED = true >
struct Util {
typedef NT Number_type;
@ -128,5 +130,6 @@ struct Util {
};
#include <CGAL/enable_warnings.h>
#endif