From: eap Date: Wed, 7 Mar 2012 15:27:46 +0000 (+0000) Subject: untabify X-Git-Tag: V6_5_0a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e4db3ae235cb4670eed0d3efe141340c4c0d67ca;p=plugins%2Fblsurfplugin.git untabify --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_Attractor.cxx b/src/BLSURFPlugin/BLSURFPlugin_Attractor.cxx index 125e5ee..1b808b0 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Attractor.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Attractor.cxx @@ -246,7 +246,7 @@ void BLSURFPlugin_Attractor::BuildMap(){ // Loop on neighbours of the trial min -------------------------------------------------------------------------------------------------------------- for (i=i0 - 1 ; i <= i0 + 1 ; i++){ - if (!aSurf->IsUPeriodic()){ // Periodic conditions in U + if (!aSurf->IsUPeriodic()){ // Periodic conditions in U if (i > _gridU ){ break; } else if (i < 0){ @@ -288,7 +288,7 @@ void BLSURFPlugin_Attractor::BuildMap(){ kp = (k + _gridU + 1) % (_gridU+1); // periodic index for (n=j - 1 ; n <= j + 1 ; n++){ if (!aSurf->IsVPeriodic()){ // Periodic conditions in V - if(n > _gridV){ + if(n > _gridV){ break; } else if (n < 0){