Home »
Public Forums »
archive »
Simple bug in IDL 5.4 compiler under Win2000
Simple bug in IDL 5.4 compiler under Win2000 [message #27601] |
Thu, 25 October 2001 11:39 |
Joe Means
Messages: 44 Registered: November 1996
|
Member |
|
|
This looks like a simple bug in the IDL 5.4 compiler under Windows2000.
If others confirm this, then RSI you may want to take note. Perhaps it
is fixed in 5.5 which I cannot afford yet.
PRO Showbug
numAll1Rets = 6
segmentT = 2d
distancesT = segmentT*(Dindgen(numAll1Rets-2)+1d)
distancesT = segmentT*(1d+Dindgen(numAll1Rets-2))
;This second statement generates a compile error:
;%Syntax error.
Return
End
--
Joseph E. Means, joe.means@orst.edu
Department of Forest Science
Oregon State University
Corvallis, OR 97331-5752
541-750-7351
|
|
|
Current Time: Fri Oct 10 23:13:39 PDT 2025
Total time taken to generate the page: 0.71815 seconds