mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r22736] Fix for HDFFV-8132: Compile problem w/NAG Fortran due to too many continuation lines.
Tested: jam (gnu)
This commit is contained in:
parent
0aa8d4d88a
commit
7740e853f4
@ -105,8 +105,13 @@ MODULE H5GLOBAL
|
||||
H5T_STD_U8LE, &
|
||||
H5T_STD_U16BE, &
|
||||
H5T_STD_U16LE, &
|
||||
H5T_STD_U32BE, &
|
||||
H5T_STD_U32LE, &
|
||||
H5T_STD_U32BE
|
||||
|
||||
! NOTE: Splitting the line since the Fortran 95 standard limits the number of
|
||||
! continuation lines to 39; the F03/F08 standard limits the number
|
||||
! to 255 lines.
|
||||
|
||||
INTEGER(HID_T) H5T_STD_U32LE, &
|
||||
H5T_STD_U64BE, &
|
||||
H5T_STD_U64LE, &
|
||||
H5T_STRING, &
|
||||
|
Loading…
x
Reference in New Issue
Block a user