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/config/domain_attribute.conf

    r219 r369  
    2222 
    2323/* LOCAL */ 
    24 DECLARE_ATTRIBUTE(ARRAY(bool, 2) , mask) 
     24DECLARE_ARRAY(bool, 2 , mask) 
    2525 
    2626/* GLOBAL */ 
     
    4747/* LOCAL */ 
    4848DECLARE_ATTRIBUTE(int             , data_n_index) 
    49 DECLARE_ATTRIBUTE(ARRAY(int, 1)  , data_i_index) 
    50 DECLARE_ATTRIBUTE(ARRAY(int, 1)   , data_j_index) 
     49DECLARE_ARRAY(int, 1 , data_i_index) 
     50DECLARE_ARRAY(int, 1, data_j_index) 
    5151 
    5252/* LOCAL */ 
    53 DECLARE_ATTRIBUTE(ARRAY(double, 1), lonvalue) 
    54 DECLARE_ATTRIBUTE(ARRAY(double, 1), latvalue) 
     53DECLARE_ARRAY(double, 1, lonvalue) 
     54DECLARE_ARRAY(double, 1, latvalue) 
    5555 
Note: See TracChangeset for help on using the changeset viewer.