Re: Yet again, The Sky is Falling! [message #52987 is a reply to message #52872] |
Fri, 09 March 2007 03:17   |
yp
Messages: 42 Registered: February 2005
|
Member |
|
|
Hi Carsten,
> what happens if you do
>
> int_LUT, 412.5, 1, 0.0D, 0.0D, 0.0D, 0.03D, result1
> int_LUT, 412.5, 1, null, null, null, 0.03D, result2
> int_LUT, 412.5, 1, 0.0D, 0.0D, 0.0D, 0.03D, result3
>
> is result1 eq result3?
Yes, result1 and result3 are identical.
> Is there any code in int_LUT that references files or
> COMMON blocks? Could that be called even though it is
> not supposed to be?
There is indeed a common block for the LUT, which is a table of pre-
defined factors (in fact I added that before posting the code on the
newsgroup, but the problem was still there even I read the LUT file
inside int_LUT each time).
|
|
|