From c24a286899f1770ef50afe2d923bfd3087704214 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 9 Mar 2004 14:17:58 +0000 Subject: [PATCH] cr lf mismatch --- vcg/simplex/face/with/fa.h | 28 ++++++++++++------------- vcg/simplex/face/with/fc.h | 28 ++++++++++++------------- vcg/simplex/vertex/with/n.h | 41 +++++++++++++++++++------------------ 3 files changed, 49 insertions(+), 48 deletions(-) diff --git a/vcg/simplex/face/with/fa.h b/vcg/simplex/face/with/fa.h index 4ecc96df..3310b54f 100644 --- a/vcg/simplex/face/with/fa.h +++ b/vcg/simplex/face/with/fa.h @@ -1,14 +1,14 @@ -#ifndef __VCGLIB_FACE_FA_TYPE -#define __VCGLIB_FACE_FA_TYPE - -#define FACE_TYPE FaceFA - -#define __VCGLIB_FACE_FA - -#include - -#undef FACE_TYPE - -#undef __VCGLIB_FACE_FA - -#endif \ No newline at end of file +#ifndef __VCGLIB_FACE_FA_TYPE +#define __VCGLIB_FACE_FA_TYPE + +#define FACE_TYPE FaceFA + +#define __VCGLIB_FACE_FA + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FA + +#endif diff --git a/vcg/simplex/face/with/fc.h b/vcg/simplex/face/with/fc.h index 4933330f..e467edba 100644 --- a/vcg/simplex/face/with/fc.h +++ b/vcg/simplex/face/with/fc.h @@ -1,14 +1,14 @@ -#ifndef __VCGLIB_FACE_FC_TYPE -#define __VCGLIB_FACE_FC_TYPE - -#define FACE_TYPE FaceFC - -#define __VCGLIB_FACE_FC - -#include - -#undef FACE_TYPE - -#undef __VCGLIB_FACE_FC - -#endif \ No newline at end of file +#ifndef __VCGLIB_FACE_FC_TYPE +#define __VCGLIB_FACE_FC_TYPE + +#define FACE_TYPE FaceFC + +#define __VCGLIB_FACE_FC + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FC + +#endif diff --git a/vcg/simplex/vertex/with/n.h b/vcg/simplex/vertex/with/n.h index 5a337b20..c183074c 100644 --- a/vcg/simplex/vertex/with/n.h +++ b/vcg/simplex/vertex/with/n.h @@ -1,20 +1,21 @@ -#ifndef __VCGLIB_VERTEX__N__TYPE -#define __VCGLIB_VERTEX__N__TYPE - -#define VERTEX_TYPE VertexN - -#define __VCGLIB_VERTEX_N - -#include - -#undef VERTEX_TYPE - -#undef __VCGLIB_VERTEX_N - -namespace vcg { - -typedef VertexN VertexNf; -typedef VertexN VertexNd; - -} -#endif \ No newline at end of file +#ifndef __VCGLIB_VERTEX__N__TYPE +#define __VCGLIB_VERTEX__N__TYPE + + +#define VERTEX_TYPE VertexN + +#define __VCGLIB_VERTEX_N + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_N + + +namespace vcg { +typedef VertexN VertexNf; +typedef VertexN VertexNd; +} + +#endif