Re: More teething problems [message #10904] |
Thu, 05 February 1998 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Martin (clovis21@hotmail.com) writes:
> Does anyone know of a simple reason why XSURFACE would fail? I get the
> following error message: (running IDL version 4.0 on a sunos 5.5 sparc)
>
> XSURFACE, ((float(imag_b(*, *, 15)))^2)+((float(real_b(*, *, 15)))^2)
> % Compiled module: XSURFACE.
> % Compiled module: XREGISTERED.
> % Attempt to call undefined procedure/function: 'XPDMENU'.
> % Execution halted at: XSURFACE 262
> /usr/local/rsi/idl/lib/xsurface.pro
> % $MAIN$
>
> This also results in my variables being lost. I can't find the line in
> xsurface.pro that attempts to call XPDMENU either.
My guess is that XPDMENU has been moved to the OBSOLETE
directory and that directory is not on your Path. I doubt
the variables have been totally "lost". Try typing RETALL.
This often causes lost variable to reappear. :-)
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|