Changeset 18532


Ignore:
Timestamp:
09/19/14 14:55:05 (11 years ago)
Author:
seroussi
Message:

BUG: fixing NR for test701

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/NodesPartitioning.cpp

    r17700 r18532  
    6565
    6666        /*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){
    6868                for (i=0;i<iomodel->numberofelements;i++){
    6969                        if (my_elements[i]){
Note: See TracChangeset for help on using the changeset viewer.