[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20000616: netCDF on Fujitsu VPP5000 using 64 address mode: coord_zero
- Subject: 20000616: netCDF on Fujitsu VPP5000 using 64 address mode: coord_zero
- Date: Fri, 16 Jun 2000 08:29:40 -0600
Eric,
>Date: Fri, 16 Jun 2000 13:23:42 +0200
>From: eric Mena <address@hidden>
>Organization: Fujitsy Systems europe
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20000615: netCDF on Fujitsu VPP5000 using 64 address mode:
>coord_zero
>Keywords: 200006141339.e5EDdKT15263
In the above message, you wrote:
> I changed coord_zero declaration in putget.c (looks like the declaration for
> C++), and now the code works well.
This is evidence that the C compiler is non-conforming. According to
the C standard, uninitialized static variables must be auto-initialized
to zero by the compiler.
I'd complain to the vendor. :-)
> Thank you very much for your help.
You're welcome. Bon chance.
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>