mirror of https://github.com/CGAL/cgal
Box_intersection_d
This commit is contained in:
parent
1d811ddf3d
commit
cfc75d7f32
|
|
@ -30,6 +30,8 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
static unsigned int failed = 0;
|
static unsigned int failed = 0;
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
||||||
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
template< class NT, int DIM, bool CLOSED = true >
|
template< class NT, int DIM, bool CLOSED = true >
|
||||||
struct Util {
|
struct Util {
|
||||||
typedef NT Number_type;
|
typedef NT Number_type;
|
||||||
|
|
@ -128,5 +130,6 @@ struct Util {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include <CGAL/enable_warnings.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue