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

Home » Public Forums » archive » Re: A strange error with WHERE
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: A strange error with WHERE [message #67476 is a reply to message #67474] Thu, 30 July 2009 21:11 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Lindzen writes:

> It's not that problem. Please see below:
>
> PRINT, WHERE(lon_aoc ge 117.25)
> 1708 1799 .....
> PRINT, WHERE(lon_aoc ge lon_left)
> -1
> PRINT, lon_left
> 117.25
>
> Well. Maybe I need to check whether there exist strange characters in
> the code, although it is almost impossible.

OK, here is what I think is wrong, then.
I think lon_left is not a scalar. I think
it is a one-element array. It needs to be
a scalar. This will probably work:

PRINT, WHERE(lon_aoc ge lon_left[0])

Cheers,

David

P.S. This is known as the Gotcha That Gets You Every Time. :-)


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: workbench stops responding
Next Topic: Re: make_rt for 32 and 64 bit applications?

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

Current Time: Fri Oct 10 00:09:54 PDT 2025

Total time taken to generate the page: 0.56034 seconds