Changeset 10116


Ignore:
Timestamp:
10/05/11 16:46:44 (13 years ago)
Author:
Mathieu Morlighem
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Elements/GetGlobalDofList.cpp

    r10104 r10116  
    1414
    1515                /*Allocate:*/
    16                 ndof_list=(int*)xmalloc(numdof*sizeof(int));
     16                ndof_list=(int*)xmalloc(numnodes*sizeof(int));
    1717
    1818                /*First, figure out size of doflist: */
Note: See TracChangeset for help on using the changeset viewer.