Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- From: "James Van Buskirk" <not_valid@xxxxxxxxxxx>
- Date: Thu, 26 May 2005 19:43:03 -0600
"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
.
- Follow-Ups:
- Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- From: Gojko Magazinovic
- Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- References:
- Troubles with some IMSL routines (eg EVLRG, and some other)
- From: Gojko Magazinovic
- Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- From: Dave Seaman
- Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- From: Gojko Magazinovic
- Troubles with some IMSL routines (eg EVLRG, and some other)
- Prev by Date: Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- Next by Date: Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- Previous by thread: Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- Next by thread: Re: Troubles with some IMSL routines (eg EVLRG, and some other)
- Index(es):