minor naming changes
This commit is contained in:
parent
e5ca4bf8c7
commit
7911ad3d93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue