Ignore:
Timestamp:
Oct 23, 2017, 10:08:56 PM (7 years ago)
Author:
jvatant
Message:

Minor modifs :
+ correct a bug for ifort compiling in muphy
+ added some outputs for chemistry
JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/muphytitan/strings.F90

    r1793 r1808  
    854854    !! If the size of the output string vector (i.e. the character length of the string elements within the
    855855    !! vector) is too small, words can be truncated.
    856     OBJECT(words), INTENT(in)                                :: this
     856    OBJECT(words), INTENT(in)                                      :: this
    857857      !! A words object reference
    858     CHARACTER(len=*), INTENT(out), ALLOCATABLE, DIMENSION(:) :: ret
     858    CHARACTER(len=st_slen), INTENT(out), ALLOCATABLE, DIMENSION(:) :: ret
    859859      !! An allocatable vector of assumed length string with the words of __this__
    860860    LOGICAL             :: ok
Note: See TracChangeset for help on using the changeset viewer.