Changeset 5834
- Timestamp:
- 09/15/10 16:55:25 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp
r5833 r5834 114 114 if(P[Ke2->row_flocaldoflist[i]] >= Ke1->nrows) fsize++; 115 115 } 116 this->row_fsize=fsize; 116 117 if(fsize){ 117 118 this->row_flocaldoflist =(int*)xmalloc(fsize*sizeof(int)); … … 139 140 if(P[Ke2->row_slocaldoflist[i]] >= Ke1->nrows) ssize++; 140 141 } 142 this->row_ssize=ssize; 141 143 if(ssize){ 142 144 this->row_slocaldoflist =(int*)xmalloc(ssize*sizeof(int));
Note:
See TracChangeset
for help on using the changeset viewer.