Subversion Repositories gelsvn

Rev

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

Rev 595 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 "build_bbtree.h"
7
#include "build_bbtree.h"
8
 
8
 
9
#include <HMesh/Manifold.h>
9
#include "../HMesh/Manifold.h"
10
 
10
 
11
using namespace CGLA;
11
using namespace CGLA;
12
using namespace std;
12
using namespace std;
13
using namespace HMesh;
13
using namespace HMesh;
14
 
14