Changeset 13416


Ignore:
Timestamp:
09/21/12 00:48:41 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed bug in pids

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/objects/Vertex.cpp

    r13414 r13416  
    172172        /*Ok, we are a clone node, but we did not create the pid for this vertex
    173173         * Therefore, our pid is garbage right now. Go pick it up in the alltruepids: */
    174         this->pid=alltruepids[this->pid];
     174        this->pid=alltruepids[this->sid];
    175175}
    176176/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.