[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20011121: GEMPAK bug and fix
- Subject: 20011121: GEMPAK bug and fix
- Date: Thu, 29 Nov 2001 11:02:18 -0700
Thanks Harry.
I will include the change.
Steve Chiswell
Unidata User Support
>From: Harry Edmon <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200111212325.fALNPmN17469
>There is a bug in gempak/source/gemlib/im/imnexz.c in 5.6.D.1 and 5.6.E.1. He
> re
>is the fix:
>
>*** imnexz.c.orig Thu Jan 11 08:01:43 2001
>--- imnexz.c Wed Nov 21 15:05:54 2001
>***************
>*** 197,203 ****
> lenhdr = 156 + 128;
>
> while ( ( lentot < lenprd ) &&
>! ( lentot < lenhdr ) ) {
>
> d_stream.zalloc = (alloc_func) 0;
> d_stream.zfree = (free_func) 0;
>--- 197,203 ----
> lenhdr = 156 + 128;
>
> while ( ( lentot < lenprd ) &&
>! ( lenout < lenhdr ) ) {
>
> d_stream.zalloc = (alloc_func) 0;
> d_stream.zfree = (free_func) 0;
>
>
>--
>Dr. Harry Edmon E-MAIL: address@hidden
>206-543-0547 address@hidden
>Dept of Atmospheric Sciences FAX: 206-543-0308
>University of Washington, Box 351640, Seattle, WA 98195-1640
>