Changeset 10116
- Timestamp:
- 10/05/11 16:46:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Elements/GetGlobalDofList.cpp
r10104 r10116 14 14 15 15 /*Allocate:*/ 16 ndof_list=(int*)xmalloc(num dof*sizeof(int));16 ndof_list=(int*)xmalloc(numnodes*sizeof(int)); 17 17 18 18 /*First, figure out size of doflist: */
Note:
See TracChangeset
for help on using the changeset viewer.