Ignore:
Timestamp:
01/20/14 11:16:48 (10 years ago)
Author:
ymipsl
Message:

New functionnalities : expression may combine fields after temporal operation (averaging, min, max ...) using the operator @

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute_template_impl.hpp

    r445 r460  
    6060*/ 
    6161      ///-------------------------------------------------------------- 
     62      template <class T> 
     63      void CAttributeTemplate<T>::reset(void) 
     64      { 
     65        CType<T>::reset() ; 
     66        inheritedValue.reset() ; 
     67      } 
     68 
    6269 
    6370      template <class T> 
Note: See TracChangeset for help on using the changeset viewer.