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

Home » Public Forums » archive » Re: Array concatenations limit?
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: Array concatenations limit? [message #9390 is a reply to message #9387] Tue, 17 June 1997 00:00 Go to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Philippe Peeters writes:

> I would like to define a constant vector of 299 elements with something
> like
>
> g=[1,2,3,...] ; 299 floats values
>
> during execution, IDL complains with the error message
> 0.006,0.006,0.006,0.005,0.005,0.005,0.005,0.004,0.004,0.004, 0.004,$
> ^
> % Program code area full.
>
> The manual says that there is a limit to the number of elements in array
> concatenation. It should be at least 25 but the maximum is dependent of
> the .SIZE defined. I have tried to increase the code and data size with
> no luck.
> Eventually I have cut the initial vector into pieces like this
> g=[1,2,3,...]
> g=[g,4,5,6,...]
> g=[g,7,5,6,...]
> etc...
>
> This is really ugly. Is there any workaround to this stupid limit?

Upgrade to IDL 5.0. :-)

Supposedly all the limits of this sort have been eliminated
in the new version.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting
Customizable IDL Programming Courses
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
IDL 5 Reports: http://www.dfanning.com/documents/anomaly5.html
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: No TLB Tracking Events in IDL 5.0
Next Topic: Mie scattering code

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

Current Time: Sat Oct 11 09:25:26 PDT 2025

Total time taken to generate the page: 0.16062 seconds