Changeset 13416
- Timestamp:
- 09/21/12 00:48:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Vertex.cpp
r13414 r13416 172 172 /*Ok, we are a clone node, but we did not create the pid for this vertex 173 173 * 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]; 175 175 } 176 176 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.