Ignore:
Timestamp:
11/13/15 11:45:12 (8 years ago)
Author:
mhnguyen
Message:

Changing name of attributes of zoom

Test
+) test_client and test_complete are correct

File:
1 edited

Legend:

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

    r784 r787  
    11/* GLOBAL */ 
    2 DECLARE_ATTRIBUTE(int             , zoom_ni) 
    3 DECLARE_ATTRIBUTE(int             , zoom_nj) 
    4 DECLARE_ATTRIBUTE(int             , zoom_ibegin) 
    5 DECLARE_ATTRIBUTE(int             , zoom_jbegin) 
     2DECLARE_ATTRIBUTE(int             , ni) 
     3DECLARE_ATTRIBUTE(int             , nj) 
     4DECLARE_ATTRIBUTE(int             , ibegin) 
     5DECLARE_ATTRIBUTE(int             , jbegin) 
Note: See TracChangeset for help on using the changeset viewer.