[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 20000119: imgi2gm.f
- Subject: Re: 20000119: imgi2gm.f
- Date: Thu, 20 Jan 2000 09:30:59 -0700
Dave,
No...my version was writeing year 2100 on the Gini images too.
This bug was still present in the 5.4.3V distribution too.
Steve
On Thu, 20 Jan 2000, David Himes wrote:
>
> Steve,
>
> Did you already have this fixed in your distribution before Steve Drake
> sent his message yesterday? If yes, then we missed that one.
>
> ...and I agree with your fix of:
>
> if( iyear .gt. 70) then
> iyear = 1900 + iyear
> else
> iyear = 2000 + iyear
> endif
>
> Based on the ambiguity of the documentation. We'll make ours like yours.
>
> Sorry for the confusion...
>
> Thanks.
>
> Dave
>