Changes between Initial Version and Version 1 of Ticket #932
- Timestamp:
- 03/24/23 23:57:40 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #932
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #932 – Description
initial v1 1 * Several versions of **gfortran** failed when the Fortran intrinsic function **PACK** had a pointer as the first argument. The **PACK** function is used when reading NetCDF files, and the **CHECKSUM** option is activated. So, for example, in nf_fread2d.F, we need to have instead:1 * Several versions of **gfortran** failed when the Fortran intrinsic function **PACK** had a pointer as the first argument. The **PACK** function is used when reading NetCDF files, and the **CHECKSUM** option is activated. So, for example, in **nf_fread2d.F**, we need to have instead: 2 2 {{{ 3 3 IF (Lchecksum) THEN