Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/config/interpolate_domain_attribute.conf

    r1014 r1037  
    11/* GLOBAL */ 
     2DECLARE_ATTRIBUTE(StdString, file) 
    23DECLARE_ATTRIBUTE(int, order) 
    34DECLARE_ATTRIBUTE(bool, renormalize) 
    45 
    56/* Write interpolation weights into file */ 
    6 DECLARE_ENUM3(mode,compute,read,read_or_compute) 
    7 DECLARE_ATTRIBUTE(StdString, weight_filename) 
    8 DECLARE_ATTRIBUTE(bool, write_weight) 
     7DECLARE_ENUM2(mode,write,read) 
Note: See TracChangeset for help on using the changeset viewer.