From ce453edfb1d97d57a8f6370cd88a6ef26f89a03c Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Thu, 9 Feb 2006 08:38:04 +0000 Subject: [PATCH] sintax error corrected --- vcg/complex/trimesh/closest.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/vcg/complex/trimesh/closest.h b/vcg/complex/trimesh/closest.h index 03b99518..5975d4ea 100644 --- a/vcg/complex/trimesh/closest.h +++ b/vcg/complex/trimesh/closest.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.20 2006/02/08 17:02:41 pietroni +commented one GetClosestFace function ... the code is the same then getClosest that return barycentric coordinates + Revision 1.19 2006/01/10 13:31:54 pietroni correct pass of variable closest_pt by reference in getclosestFace function @@ -345,7 +348,7 @@ namespace vcg { // Commented out: it seems unuseful and make gcc complain. p. // void SetMesh(MeshType *m) -// {tm.SetMesh(m);} +// {this->tm.SetMesh(m);} }; template @@ -363,7 +366,7 @@ namespace vcg { //// Commented out: it seems unuseful and make gcc complain. p. // void SetMesh(MeshType *m) // {this->tm.SetMesh(m);} -// }; + }; template class TriRayIterator:public vcg::RayIterator,FaceTmark > @@ -382,8 +385,8 @@ namespace vcg { //// Commented out: it seems unuseful and make gcc complain. p. // void SetMesh(MeshType *m) // {this->tm.SetMesh(m);} -// -// }; + + }; } // end namespace trimesh } // end namespace vcg