Ignore:
Timestamp:
05/18/20 14:08:19 (4 years ago)
Author:
dubos
Message:

devel : towards conformity to F2008 standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/output/xios_mod.F90

    r992 r1026  
    2525#ifdef CPP_USING_XIOS 
    2626 
    27   PUBLIC :: xios_timestep,    &  
     27  PUBLIC :: xios_timestep,    & 
    2828       xios_set_file_attr, xios_set_fieldgroup_attr, & 
    2929       xios_set_filegroup_attr, xios_get_axis_attr, & 
    3030       xios_send_field, xios_read_var, & 
    31        xios_update_calendar, xios_set_context, xios_set_context_input 
     31       xios_update_calendar, xios_set_context, xios_set_context_input, & 
     32       OPERATOR(+), OPERATOR(-), OPERATOR(*) 
    3233   
    3334CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.