Ignore:
Timestamp:
07/25/16 14:31:08 (8 years ago)
Author:
mhnguyen
Message:

Fixing error with gfortran because of length of line

+) Break long line into smaller ones

Test
+) Local machine with gfortran
+) Compilation ok

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

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/fortran/ixios_interfaces.F90

    r891 r903  
    8787USE ireduce_axis_to_scalar, ONLY : xios(get_reduce_axis_to_scalar_handle) 
    8888 
    89 USE ireduce_axis_to_scalar_attr, ONLY : xios(set_reduce_axis_to_scalar_attr_hdl), xios(get_reduce_axis_to_scalar_attr_hdl), xios(is_defined_reduce_axis_to_scalar_attr_hdl) 
     89USE ireduce_axis_to_scalar_attr, ONLY : xios(set_reduce_axis_to_scalar_attr_hdl), & 
     90                                        xios(get_reduce_axis_to_scalar_attr_hdl), & 
     91                                        xios(is_defined_reduce_axis_to_scalar_attr_hdl) 
    9092 
    9193USE ixml_tree, ONLY : xios(add_axis), xios(add_file), xios(add_grid), xios(add_field), xios(add_domain),   & 
  • XIOS/trunk/src/interface/fortran/ixml_tree.F90

    r891 r903  
    623623   SUBROUTINE xios(add_reduceaxistoscalartoscalar)(parent_hdl, child_hdl, child_id) 
    624624      TYPE(txios(axis))                      , INTENT(IN) :: parent_hdl 
    625       TYPE(txios(inverse_axis))              , INTENT(OUT):: child_hdl 
     625      TYPE(txios(reduce_axis_to_scalar))     , INTENT(OUT):: child_hdl 
    626626      CHARACTER(len = *), OPTIONAL           , INTENT(IN) :: child_id 
    627627 
Note: See TracChangeset for help on using the changeset viewer.