Changeset 1785 for XIOS


Ignore:
Timestamp:
12/12/19 18:37:42 (4 years ago)
Author:
ymipsl
Message:

Some fix untested when read weight interpolation from file. Probably no effect...
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm_interpolate.cpp

    r1784 r1785  
    599599  } 
    600600 
    601   domainIndexClientClientMapping.computeServerIndexMapping(globalIndexInterp, client->serverSize); 
     601  domainIndexClientClientMapping.computeServerIndexMapping(globalIndexInterp, client->clientSize); 
    602602  const CClientServerMapping::GlobalIndexMap& globalIndexInterpSendToClient = domainIndexClientClientMapping.getGlobalIndexOnServer(); 
    603603 
Note: See TracChangeset for help on using the changeset viewer.