Index: /issm/trunk/src/c/shared/Elements/GetGlobalDofList.cpp
===================================================================
--- /issm/trunk/src/c/shared/Elements/GetGlobalDofList.cpp	(revision 10115)
+++ /issm/trunk/src/c/shared/Elements/GetGlobalDofList.cpp	(revision 10116)
@@ -14,5 +14,5 @@
 
 		/*Allocate:*/
-		ndof_list=(int*)xmalloc(numdof*sizeof(int));
+		ndof_list=(int*)xmalloc(numnodes*sizeof(int));
 
 		/*First, figure out size of doflist: */
