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

Home » Public Forums » archive » Newbie question concerning summations/loops in IDL
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: Newbie question concerning summations/loops in IDL [message #61802 is a reply to message #61737] Thu, 31 July 2008 01:40 Go to previous messageGo to previous message
Wox is currently offline  Wox
Messages: 184
Registered: August 2006
Senior Member
<snip>
> ; arrays for summation
> ARRsmall=C*thaext[1,ind_small]*(t/sin(o))
> ARRlarge=C*(thaext[1,ind_large])^3./2
<snip>

must be this:

; arrays for summation
ARRsmall=C[ind_small]*thaext[1,ind_small]*(t/sin(o))
ARRlarge=C[ind_large]*(thaext[1,ind_large])^3./2
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Incredible interaction between graphics and DLM: SOS!
Next Topic: drawing coloured map

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

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

Total time taken to generate the page: 0.64124 seconds