From 8a0c86c85780afa1c23be1e6faf156bc7a631cfc Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 7 Dec 2009 08:17:10 +0000 Subject: [PATCH] corrected the template in the normal<> function... again --- vcg/complex/trimesh/hole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/hole.h b/vcg/complex/trimesh/hole.h index 0b8b34ac..bbf21d6b 100644 --- a/vcg/complex/trimesh/hole.h +++ b/vcg/complex/trimesh/hole.h @@ -201,7 +201,7 @@ namespace vcg { assert(e0.IsBorder()); e1=e0; e1.NextB(); - n=vcg::Normal(*this); + n=vcg::Normal(*this); ComputeQuality(); ComputeAngle(); }