From 542425bb80140fddf68122c7dd1710d65125d70a Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 9 May 2005 11:30:31 +0000 Subject: [PATCH] ho commentato una var che produceva un warning del tipo unreferenced formal parameter. --- vcg/complex/intersection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/intersection.h b/vcg/complex/intersection.h index 8fea47a7..3155db68 100644 --- a/vcg/complex/intersection.h +++ b/vcg/complex/intersection.h @@ -70,7 +70,7 @@ bool Intersect( GridType & grid,Plane3 plane, vector -bool Intersection( TriMeshType & m, +bool Intersection( /*TriMeshType & m, */ Plane3 pl, EdgeMeshType & em, double& ave_length,