Changeset 13622 for issm/trunk-jpl/src/c/Container/Vertices.cpp
- Timestamp:
- 10/11/12 11:23:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/Container/Vertices.cpp ¶
r13612 r13622 49 49 int *truepids = NULL; 50 50 int *alltruepids = NULL; 51 51 52 52 /*recover my_rank:*/ 53 53 my_rank=IssmComm::GetRank(); … … 119 119 int* ranks=NULL; 120 120 int* minranks=NULL; 121 121 122 122 /*recover num_procs:*/ 123 123 num_procs=IssmComm::GetSize(); … … 186 186 int my_rank; 187 187 int sid; 188 188 189 189 /*recover my_rank:*/ 190 190 my_rank=IssmComm::GetRank();
Note:
See TracChangeset
for help on using the changeset viewer.