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

    r447 r460  
    4141      ///-------------------------------------------------------------- 
    4242 
     43      template <typename T_numtype, int N_rank> 
     44      void CAttributeArray<T_numtype, N_rank>::reset(void) 
     45      { 
     46        CArray<T_numtype, N_rank>::reset() ; 
     47        inheritedValue.reset() ; 
     48      } 
     49       
    4350      template <typename T_numtype, int N_rank> 
    4451      CArray<T_numtype,N_rank> CAttributeArray<T_numtype, N_rank>::getValue(void) const 
Note: See TracChangeset for help on using the changeset viewer.