From: eap Date: Wed, 12 May 2010 10:19:56 +0000 (+0000) Subject: 0020873: [CEA] Failure with ParaMedMem X-Git-Tag: V5_1_main_FINAL~115 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=17951faf0a951d3934d04ba43670aaf49e73563a;p=tools%2Fmedcoupling.git 0020873: [CEA] Failure with ParaMedMem minor change --- diff --git a/src/ParaMEDMEM/ElementLocator.cxx b/src/ParaMEDMEM/ElementLocator.cxx index ac4ac94f7..e694c4e1d 100644 --- a/src/ParaMEDMEM/ElementLocator.cxx +++ b/src/ParaMEDMEM/ElementLocator.cxx @@ -186,7 +186,8 @@ namespace ParaMEDMEM _distant_proc_ids.push_back(rank); } } -#ifndef USE_DIRECTED_BB +#ifdef USE_DIRECTED_BB +#else delete [] minmax; #endif }