Changeset 11705


Ignore:
Timestamp:
03/14/12 09:21:15 (13 years ago)
Author:
Eric.Larour
Message:

Wrong symbol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Alloc/alloc.cpp

    r11694 r11705  
    8383       
    8484        if (pv && *pv){
    85                 #ifdef _HAVE_PARALLEL_
     85                #ifdef _PARALLEL_
    8686                /*There is no mxDelete in the Matlab API -> using delete trips up Matlab. So we
    8787                 * don't actually free memory in Matlab, we let the memory manager do that. We only
     
    100100
    101101        if (pv && *pv){
    102                 #ifdef _HAVE_PARALLEL_
     102                #ifdef _PARALLEL_
    103103                /*There is no mxDelete in the Matlab API -> using delete trips up Matlab. So we
    104104                 * don't actually free memory in Matlab, we let the memory manager do that. We only
Note: See TracChangeset for help on using the changeset viewer.