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