Changeset 11705
- Timestamp:
- 03/14/12 09:21:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Alloc/alloc.cpp
r11694 r11705 83 83 84 84 if (pv && *pv){ 85 #ifdef _ HAVE_PARALLEL_85 #ifdef _PARALLEL_ 86 86 /*There is no mxDelete in the Matlab API -> using delete trips up Matlab. So we 87 87 * don't actually free memory in Matlab, we let the memory manager do that. We only … … 100 100 101 101 if (pv && *pv){ 102 #ifdef _ HAVE_PARALLEL_102 #ifdef _PARALLEL_ 103 103 /*There is no mxDelete in the Matlab API -> using delete trips up Matlab. So we 104 104 * 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.