Ignore:
Timestamp:
10/16/12 13:04:44 (12 years ago)
Author:
ymipsl
Message:

Major Update

  • redesign Type and attribute manipulation
  • add enumerate type and attribute
  • use blitz class array instead of boost class array

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/variable.hpp

    r352 r369  
    5555            virtual StdString toString(void) const; 
    5656 
    57             virtual void toBinary  (StdOStream & os) const; 
    58             virtual void fromBinary(StdIStream & is); 
     57//            virtual void toBinary  (StdOStream & os) const; 
     58//            virtual void fromBinary(StdIStream & is); 
    5959 
    6060            /// Accesseur /// 
     
    6767             
    6868            template <typename T, StdSize N> 
    69                inline void getData(ARRAY(T, N) _data_array) const; 
     69            inline void getData(CArray<T, N>& _data_array) const; 
    7070 
    7171         public : 
Note: See TracChangeset for help on using the changeset viewer.