Changeset 460 for XIOS/trunk/src/node/field.hpp
- Timestamp:
- 01/20/14 11:16:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/field.hpp
r459 r460 95 95 template <int N> bool updateData(const CArray<double, N>& data); 96 96 bool updateDataFromExpression(const CArray<double, 1>& data); 97 void setDataFromExpression(const CArray<double, 1>& _data) ; 97 98 98 99 bool updateDataServer … … 107 108 bool active ; 108 109 bool hasOutputFile ; 110 bool hasFieldOut ; 109 111 110 112 /// Traitements /// … … 143 145 CGrid* grid ; 144 146 CFile* file; 147 CField* fieldOut ; 145 148 146 149 CDuration freq_operation, freq_write;
Note: See TracChangeset
for help on using the changeset viewer.