minor naming changes

This commit is contained in:
Nico Pietroni 2014-09-11 20:41:35 +00:00
parent e5ca4bf8c7
commit 7911ad3d93
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public:
for (unsigned int i = 0; i < mesh.face.size(); ++i)
{
ScalarType dist=Distortion(mesh.face[i],grad_size);
ScalarType dist=LamdaDistortion<FaceType>(mesh.face[i],grad_size);
if (dist>maxD)maxD=dist;
ScalarType absLap=fabs(LaplaceDistortion(mesh.face[i], grad_size));
if (absLap>maxL)maxL=absLap;