Changeset 13608 for issm/trunk-jpl/src/c/classes/objects/Vertex.cpp
- Timestamp:
- 10/10/12 23:23:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Vertex.cpp
r13416 r13608 178 178 void Vertex::SetClone(int* minranks){ 179 179 180 extern int my_rank; 180 int my_rank2; 181 182 /*recover my_rank2:*/ 183 my_rank2=IssmComm::GetRank(); 181 184 182 if (minranks[this->sid]==my_rank ){185 if (minranks[this->sid]==my_rank2){ 183 186 this->clone=false; 184 187 }
Note:
See TracChangeset
for help on using the changeset viewer.