Index: /issm/trunk-jpl/src/c/shared/Alloc/xNewDelete.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Alloc/xNewDelete.h	(revision 13458)
+++ /issm/trunk-jpl/src/c/shared/Alloc/xNewDelete.h	(revision 13459)
@@ -77,5 +77,5 @@
   T** aT_pp=xNew<T>(dim1,dim2);
   for (unsigned int i=0; i<dim1*dim2;++i)
-    *aT_pp[i]=(T)0;
+    (*aT_pp)[i]=(T)0;
   return aT_pp;
 #else
