Changeset 4390
- Timestamp:
- 07/01/10 11:25:23 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.cpp
r4387 r4390 900 900 * Therefore, our doflist is garbage right now. Go pick it up in the alltruedofs: */ 901 901 for(j=0;j<this->indexing.numberofdofs;j++){ 902 indexing.doflist[j]=*(alltruedofs+this->indexing.numberofdofs* (id-1)+j);902 indexing.doflist[j]=*(alltruedofs+this->indexing.numberofdofs*sid+j); 903 903 } 904 904 }
Note:
See TracChangeset
for help on using the changeset viewer.