]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Mon, 12 Apr 2010 11:06:37 +0000 (11:06 +0000)
committerageay <ageay>
Mon, 12 Apr 2010 11:06:37 +0000 (11:06 +0000)
src/ParaMEDMEM/DEC.cxx

index 9c1d741bda8667fcc61985381fb36a5040cc1030..31b0740d94405a1e36e1a3af228d8fd6a10382e9 100644 (file)
@@ -329,17 +329,17 @@ namespace ParaMEDMEM
       return;
     if(isInSourceSide())
       {
-       if(way)
-         sendData();
-       else
-         recvData();
+        if(way)
+          sendData();
+        else
+          recvData();
       }
     else if(isInTargetSide())
       {
-       if(way)
-         recvData();
-       else
-         sendData();
+        if(way)
+          recvData();
+        else
+          sendData();
       }
   }
 }