Changeset 2249


Ignore:
Timestamp:
10/12/21 15:35:09 (3 years ago)
Author:
jderouillat
Message:

Fix for Rewrite domain distribution for servers in unstructured cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp

    r2247 r2249  
    19101910    } 
    19111911*/     
    1912     if (distType==EDistributionType::BANDS && isUnstructed_) distType==EDistributionType::COLUMNS ; 
     1912    if (distType==EDistributionType::BANDS && isUnstructed_) distType=EDistributionType::COLUMNS ; 
    19131913 
    19141914    if (distType==EDistributionType::BANDS) // Bands distribution to send to file server 
Note: See TracChangeset for help on using the changeset viewer.