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/transformation/Functions/reduction.hpp

    r1076 r1261  
    4141    \param [in/out] dataOut Array contains local data 
    4242    \param [in/out] flagInitial vector of boolean to mark the local index already initialized. True means there is a need for initialization 
     43    \param [in] firstPass indicate if it is the first time the apply funtion is called for a same transformation, in order to make a clean initialization  
    4344  */ 
    4445  virtual void apply(const std::vector<std::pair<int,double> >& localIndex, 
     
    4647                     CArray<double,1>& dataOut, 
    4748                     std::vector<bool>& flagInitial,                      
    48                      bool ignoreMissingValue) = 0; 
     49                     bool ignoreMissingValue, bool firstPass) = 0; 
    4950  /*! 
    5051    Update local data  
Note: See TracChangeset for help on using the changeset viewer.