corrected the template in the normal<> function... again

This commit is contained in:
Paolo Cignoni 2009-12-07 08:17:10 +00:00
parent 760a767504
commit 8a0c86c857
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace vcg {
assert(e0.IsBorder());
e1=e0;
e1.NextB();
n=vcg::Normal<CoordType>(*this);
n=vcg::Normal<TrivialEar>(*this);
ComputeQuality();
ComputeAngle();
}