change in syntax for version 6? [message #40160] |
Fri, 16 July 2004 18:46 |
aramisgm
Messages: 4 Registered: December 2003
|
Junior Member |
|
|
I have some code I haven't touched since last summer. In the meantime
the IDL installation I have access to has been upgraded to version
6.0.3 (linux x86 32). on Red Hat I think. In my code there are eleven
system calls of the following type:
position=aspect_mp(aspect,loc(0),loc(1),$
potloc(0),potloc(1),margin=margin)
, with margin=0.12 given at the start of the program. The argument
"margin=margin" now causes a syntax error for each of the eleven calls
during compilation. The code worked just fine beforehand, and the only
thing that has changed (as far as I know) is IDL version. I've googled
the things I can think of, syntax changes, changes to position, etc
but don't want to waste more time here. Does anyone have an idea?
Thanks.
Aramis Martinez
|
|
|