Changeset 18532
- Timestamp:
- 09/19/14 14:55:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/NodesPartitioning.cpp
r17700 r18532 65 65 66 66 /*First: add all the nodes of all the elements belonging to this cpu*/ 67 if(iomodel->domaintype==Domain2DhorizontalEnum ){67 if(iomodel->domaintype==Domain2DhorizontalEnum || iomodel->domaintype==Domain2DverticalEnum){ 68 68 for (i=0;i<iomodel->numberofelements;i++){ 69 69 if (my_elements[i]){
Note:
See TracChangeset
for help on using the changeset viewer.