From: Patrice D. <per...@fr...> - 2008-02-03 17:18:57
|
On Sun, Feb 03, 2008 at 11:14:39AM -0500, Brian Doty wrote: > sorry about our email ssytem tagging this stuff as junk. it is very > weird. > > I don't think grib2c would work on systems where sizeof(int) is 2. > Are there any such systems left? I am remembering that the size is 8 > on our 64 bit linux, in which case it works ok with this small > patch. But my memory is vague on this; Jennifer may remember > better... Brian My recall is that the size of int is 4 on 64 bit linux, it is long that has a different length. But in any case one should not rely on a specific sizeof(int) since (unless I am wrong) it is not in the standard. -- Pat |