Changeset 1808 for trunk/LMDZ.TITAN/libf/muphytitan/strings.F90
- Timestamp:
- Oct 23, 2017, 10:08:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/muphytitan/strings.F90
r1793 r1808 854 854 !! If the size of the output string vector (i.e. the character length of the string elements within the 855 855 !! vector) is too small, words can be truncated. 856 OBJECT(words), INTENT(in) :: this856 OBJECT(words), INTENT(in) :: this 857 857 !! A words object reference 858 CHARACTER(len= *), INTENT(out), ALLOCATABLE, DIMENSION(:) :: ret858 CHARACTER(len=st_slen), INTENT(out), ALLOCATABLE, DIMENSION(:) :: ret 859 859 !! An allocatable vector of assumed length string with the words of __this__ 860 860 LOGICAL :: ok
Note: See TracChangeset
for help on using the changeset viewer.