Subversion Repositories gelsvn

Rev

Rev 600 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 600 Rev 601
Line 4... Line 4...
4
 * For license and list of authors, see ../../doc/intro.pdf
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include "cleanup.h"
7
#include "cleanup.h"
8
 
8
 
9
#include <CGLA/Vec3f.h>
9
#include "../CGLA/Vec3f.h"
10
#include <CGLA/Vec3d.h>
10
#include "../CGLA/Vec3d.h"
11
#include <Geometry/QEM.h>
11
#include "../Geometry/QEM.h"
12
#include <Geometry/KDTree.h>
12
#include "../Geometry/KDTree.h"
13
 
13
 
14
#include "Manifold.h"
14
#include "Manifold.h"
15
 
15
 
16
namespace HMesh
16
namespace HMesh
17
{
17
{