A New error msg, for me: % Variable is undefined: <UNDEFINED> [message #48177] |
Wed, 29 March 2006 14:13 |
MarioIncandenza
Messages: 231 Registered: February 2005
|
Senior Member |
|
|
Hello brilliant people,
This is "found debugging": either you've had this happen, or you
haven't.
Here is the exerpt from the command line:
IDL> lc=hs05_g12_glccv20_flambe
IDL> gf=hs05_g12.fflag_a
IDL> gs=hs05_g12.fsize_a
IDL> test=flambe_lc2totalflux(lc,goesflag=gf,goessize=gs)
% Variable is undefined: <UNDEFINED>.
% Execution halted at: $MAIN$
Here is the declaration line of the function, which compiles without
error:
function flambe_lc2totalflux,hslc,goesflag=goesflag,goessize=goessize ,
$ isgoes=isgoes,ismodis=ismodis
This is something stupid, but without any traceback, I am pretty much
at sea.
Help!
Please.
--Edward H.
|
|
|