From 672cb554b11828b3ed636bc8c4040d5f05f3b048 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Tue, 1 Sep 2009 18:23:50 +0000 Subject: [PATCH] added Initial #define to exclusive inclusion --- vcg/complex/trimesh/bitquad_support.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/vcg/complex/trimesh/bitquad_support.h b/vcg/complex/trimesh/bitquad_support.h index 4a131b9a..5dc8ec9d 100644 --- a/vcg/complex/trimesh/bitquad_support.h +++ b/vcg/complex/trimesh/bitquad_support.h @@ -1,3 +1,5 @@ +#ifndef VCG_BITQUAD_SUPPORT +#define VCG_BITQUAD_SUPPORT #include #include #include @@ -902,12 +904,7 @@ static ScalarType Cos(const CoordType &a, const CoordType &b, const CoordType &c return (e0*e1)/d; } - - - - - - - }; }} // end namespace vcg::tri + +#endif \ No newline at end of file