Ignore:
Timestamp:
05/05/17 08:58:37 (7 years ago)
Author:
rlacroix
Message:

Temporal filters: Avoid intermediate copies whenever possible for once and instant operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/temporal_filter.hpp

    r1123 r1124  
    5757      bool isFirstOperation; //!< True before the first operation was been computed 
    5858      const bool isOnceOperation; //!< True if the operation should be computed just once 
     59      const bool isInstantOperation; //!< True if the operation is instant 
    5960  }; // class CTemporalFilter 
    6061} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.