Ignore:
Timestamp:
09/13/11 12:04:39 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src4/xmlio/fortran/context_interface.f90

    r249 r269  
    88         INTEGER  (kind = C_INTPTR_T), VALUE        :: context_hdl 
    99         CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: calendar_type 
    10          INTEGER  (kind = C_INT)                    :: calendar_type_size 
     10         INTEGER  (kind = C_INT)     , VALUE        :: calendar_type_size 
    1111      END SUBROUTINE xios_set_context_calendar_type 
    1212 
     
    1515         INTEGER  (kind = C_INTPTR_T), VALUE        :: context_hdl 
    1616         CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: start_date 
    17          INTEGER  (kind = C_INT)                    :: start_date_size 
     17         INTEGER  (kind = C_INT)     , VALUE        :: start_date_size 
    1818      END SUBROUTINE xios_set_context_start_date 
    1919 
     
    2222         INTEGER  (kind = C_INTPTR_T), VALUE        :: context_hdl 
    2323         CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: output_dir 
    24          INTEGER  (kind = C_INT)                    :: output_dir_size 
     24         INTEGER  (kind = C_INT)     , VALUE        :: output_dir_size 
    2525      END SUBROUTINE xios_set_context_output_dir 
    2626       
Note: See TracChangeset for help on using the changeset viewer.