Ignore:
Timestamp:
08/24/15 14:53:27 (9 years ago)
Author:
mhnguyen
Message:

Change name of several axis attributes and remove some redundant variable of domain

+) Change name of axis attributes to make them consistent with ones of domain
+) Remove zoom_client_* of domain

Test
+) On Curie
+) All tests pass and are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/axis_attribute.conf

    r633 r666  
    55DECLARE_ATTRIBUTE(StdString, unit) 
    66 
    7 DECLARE_ATTRIBUTE(int,       size) 
    8 DECLARE_ATTRIBUTE(int,       zoom_begin) 
    9 DECLARE_ATTRIBUTE(int,       zoom_end) 
    10 DECLARE_ATTRIBUTE(int,       zoom_size) 
     7DECLARE_ATTRIBUTE(int,       n_glo) 
    118DECLARE_ENUM2(positive, up, down) 
    129 
     
    2219 
    2320/*LOCAL */ 
    24 DECLARE_ATTRIBUTE(int,       ibegin) 
    25 DECLARE_ATTRIBUTE(int,       ni) 
     21DECLARE_ATTRIBUTE(int,       begin) 
     22DECLARE_ATTRIBUTE(int,       n) 
    2623 
    2724/* LOCAL */ 
Note: See TracChangeset for help on using the changeset viewer.