Changeset 4390


Ignore:
Timestamp:
07/01/10 11:25:23 (15 years ago)
Author:
Mathieu Morlighem
Message:

Never use id in Node. Only sid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Node.cpp

    r4387 r4390  
    900900         * Therefore, our doflist is garbage right now. Go pick it up in the alltruedofs: */
    901901        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);
    903903        }
    904904}
Note: See TracChangeset for help on using the changeset viewer.