From ac2edcede573526fbcb3c81920d6084b34219ebc Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 6 Jun 2007 14:26:51 +0000 Subject: [PATCH] compiling error resolved --- vcg/complex/trimesh/inside.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/inside.h b/vcg/complex/trimesh/inside.h index 82c5c718..92f186fa 100644 --- a/vcg/complex/trimesh/inside.h +++ b/vcg/complex/trimesh/inside.h @@ -22,7 +22,13 @@ * for more details. * * * ****************************************************************************/ +/**************************************************************************** + History +$Log: not supported by cvs2svn $ + + +****************************************************************************/ #include #include @@ -57,7 +63,7 @@ namespace vcg { typedef typename TriMeshType::ScalarType ScalarType; typedef typename TriMeshType::CoordType CoordType; - const ScalarType EPSILON 0.000001; + const ScalarType EPSILON=0.000001; ///first test if the element is inside the bb of the mesh if (!m.bbox.IsIn(test))