Ignore:
Timestamp:
01/20/14 11:16:48 (11 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/node/field.hpp

    r459 r460  
    9595         template <int N> bool updateData(const CArray<double, N>&   data); 
    9696         bool updateDataFromExpression(const CArray<double, 1>&   data); 
     97         void setDataFromExpression(const CArray<double, 1>& _data) ;          
    9798          
    9899         bool updateDataServer 
     
    107108         bool active ; 
    108109         bool hasOutputFile ; 
     110         bool hasFieldOut ; 
    109111 
    110112         /// Traitements /// 
     
    143145         CGrid*  grid ; 
    144146         CFile*  file; 
     147         CField* fieldOut ; 
    145148 
    146149         CDuration freq_operation, freq_write; 
Note: See TracChangeset for help on using the changeset viewer.