Subversion Repositories gelsvn

Rev

Rev 671 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 671 Rev 680
Line 5... Line 5...
5

5

6
	 Send bug reports or improvements to jab@imm.dtu.dk
6
	 Send bug reports or improvements to jab@imm.dtu.dk
7
*/
7
*/
8
 
8
 
9
#include <cstdlib>
9
#include <cstdlib>
10
#include "Geometry/KDTree.h"
10
#include <GEL/Geometry/KDTree.h>
11
#include "CGLA/Vec3f.h"
11
#include <GEL/CGLA/Vec3f.h>
12
 
12
 
13
using namespace GEO;
13
using namespace GEO;
14
using namespace std;
14
using namespace std;
15
using namespace CGLA;
15
using namespace CGLA;
16
 
16