]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
0020873: [CEA] Failure with ParaMedMem
authoreap <eap@opencascade.com>
Wed, 12 May 2010 10:19:56 +0000 (10:19 +0000)
committereap <eap@opencascade.com>
Wed, 12 May 2010 10:19:56 +0000 (10:19 +0000)
   minor change

src/ParaMEDMEM/ElementLocator.cxx

index ac4ac94f73b3c0a0d70da872c2c5ecfb10774371..e694c4e1dde10a72f455e5c44f57f3f3bdf90a72 100644 (file)
@@ -186,7 +186,8 @@ namespace ParaMEDMEM
             _distant_proc_ids.push_back(rank);
           }
       }
-#ifndef USE_DIRECTED_BB
+#ifdef USE_DIRECTED_BB
+#else
     delete [] minmax;
 #endif
   }