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



"Gojko Magazinovic" <gmag@xxxxxxxx> wrote in message
news:vmic9156ihkbmbtirpurrjk6e7o7u8ok5e@xxxxxxxxxx

> CALL WRCRN ('EVAL', 1, N, EVAL, 1, 0)

This just looks like a compiler bug. The error statement
refers to the TITLE argument, but your TITLE argument, 'EVAL' ,
is just fine and consistent with the IMSL documentation on
http://gams.nist.gov . Reading the error message carefully,
I was able to find a syntax that CVF likes:

CALL WRCRN ((/'EVAL'/), 1, N, EVAL, 1, 0)

Hope this helps.

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


.