This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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>