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/interface/fortran_attr/domaingroup_interface_attr.F90

    r664 r666  
    228228 
    229229 
    230     SUBROUTINE cxios_set_domaingroup_data_n_index(domaingroup_hdl, data_n_index) BIND(C) 
    231       USE ISO_C_BINDING 
    232       INTEGER (kind = C_INTPTR_T), VALUE :: domaingroup_hdl 
    233       INTEGER (KIND=C_INT)      , VALUE :: data_n_index 
    234     END SUBROUTINE cxios_set_domaingroup_data_n_index 
    235  
    236     SUBROUTINE cxios_get_domaingroup_data_n_index(domaingroup_hdl, data_n_index) BIND(C) 
    237       USE ISO_C_BINDING 
    238       INTEGER (kind = C_INTPTR_T), VALUE :: domaingroup_hdl 
    239       INTEGER (KIND=C_INT)             :: data_n_index 
    240     END SUBROUTINE cxios_get_domaingroup_data_n_index 
    241  
    242     FUNCTION cxios_is_defined_domaingroup_data_n_index(domaingroup_hdl) BIND(C) 
    243       USE ISO_C_BINDING 
    244       LOGICAL(kind=C_BOOL) :: cxios_is_defined_domaingroup_data_n_index 
    245       INTEGER (kind = C_INTPTR_T), VALUE :: domaingroup_hdl 
    246     END FUNCTION cxios_is_defined_domaingroup_data_n_index 
    247  
    248  
    249230    SUBROUTINE cxios_set_domaingroup_data_ni(domaingroup_hdl, data_ni) BIND(C) 
    250231      USE ISO_C_BINDING 
Note: See TracChangeset for help on using the changeset viewer.