From 7911ad3d9350bd668fb4efe10ff152a2635af54f Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Thu, 11 Sep 2014 20:41:35 +0000 Subject: [PATCH] minor naming changes --- wrap/miq/core/stiffening.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/miq/core/stiffening.h b/wrap/miq/core/stiffening.h index 8ad7f9bf..180b914e 100644 --- a/wrap/miq/core/stiffening.h +++ b/wrap/miq/core/stiffening.h @@ -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(mesh.face[i],grad_size); if (dist>maxD)maxD=dist; ScalarType absLap=fabs(LaplaceDistortion(mesh.face[i], grad_size)); if (absLap>maxL)maxL=absLap;