NCARG-Talkers,
I have released a minor version of NCAR Graphics (V4.4.1) that has the
fix that Dave Kennison mentions below. I haven't upgraded the
pre-compiled binaries yet, but the source code is available:
http://ngwww.ucar.edu/ng/download.html
This version has a couple of minor additions as well. Please see:
http://ngwww.ucar.edu/ng4.4/whatsnew.html#WhatsNew4_4_1
Cheers,
--Mary
On Mon, 31 Jan 2005, Dave Kennison wrote:
>
> All,
>
> An NCARG user (lojw <lojw@nsl.phys.ncku.edu.tw>) has written:
>
>> I've installed Intel fortran and cpp 7.0 on my redhat 7.3 server.
>>
>> Trying to let ncarg 4.4 work properly but I have some trouble during the
>> installation of ncarg.
>>
>> Following are error messages:
>>
>> Error 173 at (2059:Iftran.f) : Array element subscript is not within array
>> bounds
>>
>> + (ITXT(3).EQ.'I'.OR.ITXT(3).EQ.'i')) IEOF=1
>>
>> ^
>> ...
>>
>>
>> I have no idea why the file Iftran.f exist such syntax error.
>>
>> Does it really have a syntax error or there is something wrong with my
>> compiler configuration?
>>
>> Thanks :-)
>
> Yes, there really is an error in the file "Iftran.f" (though many compilers
> would let it slip by). The character-array argument ITXT in the subroutine
> IFTRIO is typed and dimensioned as follows:
>
> CHARACTER*1 ITXT(1)
>
> This should have been
>
> CHARACTER*1 ITXT(*)
>
> I'm fixing this in the distribution.
>
> I'm more than a little surprised this hasn't tripped us up before now ...
>
> Dave Kennison
> _______________________________________________
> ncarg-talk mailing list
> ncarg-talk@ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
>
_______________________________________________
ncarg-talk mailing list
ncarg-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
This archive was generated by hypermail 2b29 : Tue Feb 01 2005 - 11:43:00 MST