Changeset 3360
- Timestamp:
- 03/31/10 16:44:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/Prognostic2/CreateLoadsPrognostic2.cpp
r3359 r3360 45 45 46 46 #ifdef _PARALLEL_ 47 if (iomodel->epart[ e1]!=my_rank){47 if (iomodel->epart[(int)e1]!=my_rank){ 48 48 /*This load does not belong to this cluster node, as it references an element 49 49 *that does not belong to this node's partition. Drop this 'i':*/
Note:
See TracChangeset
for help on using the changeset viewer.