Changes between Initial Version and Version 1 of Ticket #2201
- Timestamp:
- 2019-01-08T11:48:23+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2201 – Description
initial v1 1 ==== Context 1 ==== Context 2 2 Compilation fails with gfortran 4.8 and key_mpp_mpi activated with message: 3 3 CHARACTER(len=*), DIMENSION(nbdelay), PUBLIC :: c_delaylist = (/ 'cflice', 'fwb'/) … … 11 11 12 12 ==== Recommendation 13 Not sure, this syntax makes it but is f2003 14 CHARACTER(len=32), DIMENSION(nbdelay), PUBLIC :: c_delaylist = (/character(32):: 'cflice', 'fwb' /) 13 Not sure, this syntax makes it but is f2003 : CHARACTER(len=*), DIMENSION(nbdelay), PUBLIC :: c_delaylist = (/ character(32):: 'cflice', 'fwb'/)