Ignore:
Timestamp:
09/15/15 17:31:24 (9 years ago)
Author:
mhnguyen
Message:

Correcting minor bugs after merging

Test
+) On Curie
+) All tests pass

Location:
XIOS/trunk/src/interface
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/c_attr/icdomain_attr.cpp

    r690 r691  
    386386 
    387387 
    388   void cxios_set_domain_i_index(domain_Ptr domain_hdl, int* i_index, int extent1) 
     388  void cxios_set_domain_i_index(domain_Ptr domain_hdl, int* i_index, int* extent) 
    389389  { 
    390390    CTimer::get("XIOS").resume(); 
  • XIOS/trunk/src/interface/fortran_attr/domain_interface_attr.F90

    r690 r691  
    315315 
    316316 
    317     SUBROUTINE cxios_set_domain_i_index(domain_hdl, i_index, extent1) BIND(C) 
     317    SUBROUTINE cxios_set_domain_i_index(domain_hdl, i_index, extent) BIND(C) 
    318318      USE ISO_C_BINDING 
    319319      INTEGER (kind = C_INTPTR_T), VALUE       :: domain_hdl 
Note: See TracChangeset for help on using the changeset viewer.