Subversion Repositories gelsvn

Rev

Rev 595 | 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 "ply_load.h"
7
#include "ply_load.h"
8
 
8
 
9
#include <Geometry/ply_load.h>
9
#include "../Geometry/ply_load.h"
10
#include <Geometry/TriMesh.h>
10
#include "../Geometry/TriMesh.h"
11
 
11
 
12
#include "Manifold.h"
12
#include "Manifold.h"
13
 
13
 
14
namespace HMesh
14
namespace HMesh
15
{
15
{