comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » gaussfit question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: gaussfit question [message #17614 is a reply to message #17552] Mon, 01 November 1999 00:00 Go to previous message
<karri is currently offline  <karri
Messages: 4
Registered: October 1999
Junior Member
I got tired about these "Your program has an arithmetic
underflow"-messages and reported them to RSI.
They will remove them from version 5.3.

You can see this error message by writing

a=fft(shift(complexarr(128),0))

The message is complete nonsense. Try writing this
procedure:

pro t
a=complexarr(128)
a=shift(a,0)
a=fft(a)
end

It will produce the same underflow error.

Now run it by typing it one line at a time.
Voila! No error message.

--
Regards,

Karri Kaksonen
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: IDL 5.2.1 -- bug in filled contours?
Next Topic: plot object

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 10:02:15 PDT 2025

Total time taken to generate the page: 1.19775 seconds