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 <cstdlib>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
static unsigned int failed = 0;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue