cr lf mismatch
This commit is contained in:
parent
417940a2d5
commit
c24a286899
|
@ -1,14 +1,14 @@
|
|||
#ifndef __VCGLIB_FACE_FA_TYPE
|
||||
#define __VCGLIB_FACE_FA_TYPE
|
||||
|
||||
#define FACE_TYPE FaceFA
|
||||
|
||||
#define __VCGLIB_FACE_FA
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_FA
|
||||
|
||||
#endif
|
||||
#ifndef __VCGLIB_FACE_FA_TYPE
|
||||
#define __VCGLIB_FACE_FA_TYPE
|
||||
|
||||
#define FACE_TYPE FaceFA
|
||||
|
||||
#define __VCGLIB_FACE_FA
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_FA
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#ifndef __VCGLIB_FACE_FC_TYPE
|
||||
#define __VCGLIB_FACE_FC_TYPE
|
||||
|
||||
#define FACE_TYPE FaceFC
|
||||
|
||||
#define __VCGLIB_FACE_FC
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_FC
|
||||
|
||||
#endif
|
||||
#ifndef __VCGLIB_FACE_FC_TYPE
|
||||
#define __VCGLIB_FACE_FC_TYPE
|
||||
|
||||
#define FACE_TYPE FaceFC
|
||||
|
||||
#define __VCGLIB_FACE_FC
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_FC
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,20 +1,21 @@
|
|||
#ifndef __VCGLIB_VERTEX__N__TYPE
|
||||
#define __VCGLIB_VERTEX__N__TYPE
|
||||
|
||||
#define VERTEX_TYPE VertexN
|
||||
|
||||
#define __VCGLIB_VERTEX_N
|
||||
|
||||
#include <vcg/simplex/vertex/base.h>
|
||||
|
||||
#undef VERTEX_TYPE
|
||||
|
||||
#undef __VCGLIB_VERTEX_N
|
||||
|
||||
namespace vcg {
|
||||
|
||||
typedef VertexN<float> VertexNf;
|
||||
typedef VertexN<double> VertexNd;
|
||||
|
||||
}
|
||||
#endif
|
||||
#ifndef __VCGLIB_VERTEX__N__TYPE
|
||||
#define __VCGLIB_VERTEX__N__TYPE
|
||||
|
||||
|
||||
#define VERTEX_TYPE VertexN
|
||||
|
||||
#define __VCGLIB_VERTEX_N
|
||||
|
||||
#include <vcg/simplex/vertex/base.h>
|
||||
|
||||
|
||||
#undef VERTEX_TYPE
|
||||
#undef __VCGLIB_VERTEX_N
|
||||
|
||||
|
||||
namespace vcg {
|
||||
typedef VertexN<float> VertexNf;
|
||||
typedef VertexN<double> VertexNd;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue