Index: /issm/trunk-jpl/src/c/shared/Alloc/alloc.cpp
===================================================================
--- /issm/trunk-jpl/src/c/shared/Alloc/alloc.cpp	(revision 11704)
+++ /issm/trunk-jpl/src/c/shared/Alloc/alloc.cpp	(revision 11705)
@@ -83,5 +83,5 @@
 	
 	if (pv && *pv){
-		#ifdef _HAVE_PARALLEL_ 
+		#ifdef _PARALLEL_ 
 		/*There is no mxDelete in the Matlab API -> using delete trips up Matlab. So we 
 		 * don't actually free memory in Matlab, we let the memory manager do that. We only
@@ -100,5 +100,5 @@
 
 	if (pv && *pv){
-		#ifdef _HAVE_PARALLEL_ 
+		#ifdef _PARALLEL_ 
 		/*There is no mxDelete in the Matlab API -> using delete trips up Matlab. So we 
 		 * don't actually free memory in Matlab, we let the memory manager do that. We only
