Ignore:
Timestamp:
09/11/17 17:06:38 (7 years ago)
Author:
ymipsl
Message:

Buf fix in reduction. Missing value update was not set correctly

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/filter/spatial_transform_filter.cpp

    r1158 r1260  
    196196      std::vector<bool> localInitFlag(dataCurrentDest.numElements(), true); 
    197197      currentBuff = 0; 
     198      bool firstPass=true;  
    198199      for (itRecv = itbRecv; itRecv != iteRecv; ++itRecv) 
    199200      { 
     
    204205                         dataCurrentDest, 
    205206                         localInitFlag, 
    206                          ignoreMissingValue); 
     207                         ignoreMissingValue,firstPass); 
    207208 
    208209        currentBuff += countSize; 
     210        firstPass=false ; 
    209211      } 
    210212 
Note: See TracChangeset for help on using the changeset viewer.