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))