[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #LAG-998412]: Bug in netcdf-fortran-4.2
- Subject: [netCDF #LAG-998412]: Bug in netcdf-fortran-4.2
- Date: Wed, 17 Apr 2013 11:32:46 -0600
Hi Luis,
> there is a little bug in netcdf4_constants.f90, line 29:
>
> it must not be
>
> integer (kind = EightByteInt), parameter, public :: &
> nf90_fill_uint = 4294967295_8
>
> but
>
> integer (kind = EightByteInt), parameter, public :: &
> nf90_fill_uint = 4294967295_EightByteInt
>
> because _8 is not standard conforming.
Thanks, I've forwarded your fix to Richard Weed, who's working on the next
version, and also committed it to our current netcdf-fortran trunk in svn.
--Russ
> Cheerio,
> Luis
> --
> \\\\\\
> (-0^0-)
> --------------------------oOO--(_)--OOo-----------------------------
>
> Luis Kornblueh Tel. : +49-40-41173289
> Max-Planck-Institute for Meteorology Fax. : +49-40-41173298
> Bundesstr. 53
> D-20146 Hamburg Email: address@hidden
> Federal Republic of Germany
>
>
>
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: LAG-998412
Department: Support netCDF
Priority: Normal
Status: Closed