From 198a9a6adfd84b291b595947c59c094cba6ad3bf Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 20 Dec 2013 16:00:26 +0000 Subject: [PATCH] ENH: surfaceLambdaMuSmooth: shortcut if mu=0 --- .../surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C b/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C index cc1981e1d5d..d1e725faee2 100644 --- a/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C +++ b/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C @@ -209,6 +209,7 @@ int main(int argc, char *argv[]) } // Mu + if (mu != 0) { pointField newLocalPoints ( -- GitLab