Ignore:
Timestamp:
09/12/17 09:45:29 (7 years ago)
Author:
ymipsl
Message:

backport of rev1260 in trunk.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/spatial_transform_filter.cpp

    r1076 r1261  
    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.