Re: Troubles with some IMSL routines (eg EVLRG, and some other)



"Steve Lionel" <Steve.Lionel@xxxxxxxxxxxxxxxxx> wrote in message
news:5g7e911o6e6246umqhi4r5t8e0jc8cs4et@xxxxxxxxxx

> It's not a compiler bug, but rather a bug in the IMSL declarations. VNI
had
> described all character string arguments as:

> character, dimension(*) :: title

> rather than

> character(*) :: title

Oog. This possibility didn't occur to me because there
would be no way for the calling program to communicate the
length of the TITLE string. Did VNI write WRCRN in some
other language like F77 or C and then just make up
INTERFACE blocks for the F90 version?

--
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end


.