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_enum_impl.hpp

    r445 r460  
    4444 
    4545      ///-------------------------------------------------------------- 
    46  
     46      template <class T> 
     47      void CAttributeEnum<T>::reset(void) 
     48      { 
     49         CEnum<T>::reset() ; 
     50         inheritedValue.reset() ; 
     51      } 
     52       
    4753      template <class T> 
    4854      typename T::t_enum CAttributeEnum<T>::getValue(void) const 
Note: See TracChangeset for help on using the changeset viewer.