X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 28 Nov 2011 01:08 PM by  anon
peculiar envi 'math_doit' error
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
28 Nov 2011 01:08 PM
    I'm getting a strange error in my IDL/ENVI code that I don't understand. In the middle of a tiling procedure, I get this error: "Attempt to call undefined function/procedure, "math_doit_record" The result may be invalid". But I, for one, have not called any such procedure or function - not that I know of? Can anyone help? thanks!

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    28 Nov 2011 02:00 PM
    The 'doit_record' functions are internal so you would necessarily know about them. There are a couple of instances where you get these error messages, but they typically only show up if you ask for the error state. You can get around this by creating a dummy file and placing it in the save_add directory. It would look like this: pro math_doit_record, _extra=extra end This should resolve the error until the bug is fixed.
    You are not authorized to post a reply.