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

Home » Public Forums » archive » reverse problem
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: reverse problem [message #46176 is a reply to message #46053] Fri, 04 November 2005 12:27 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
R.G. Stockwell writes:


> Yeah, I've always wanted to change that. However, it goes against my
> geological sedimentation style of programming. I still have every program
> I have ever written (and a quick look shows that I have 2278 files in my
> personal IDL library). These have carefully been layered over the years,
> and some of the older one are starting to fossilize. The point being, many
> routine will break because I have all kinds of parenthesis function calls,
> and
> other things that surely are no longer allowed.

The great thing (I guess) about the compiler options
is that they only take effect in the program module
in which they are declared. Thus, if you declare
a compile_opt at the main IDL level, they are not
in effect for the procedures and functions you run
at the main level, unless you have placed a
compile_opt command in those procedures and functions.

This makes is possible to move forward with new ideas
(that is, put a COMPILE_OPT statement in all the *new*
procedures and functions you write) and still be able to
run your rapidly fossilizing ones. :-)

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: online help IDL 6.2
Next Topic: Printinf Latitudes & Longitudes in a MAP using IDL

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

Current Time: Fri Oct 10 15:27:12 PDT 2025

Total time taken to generate the page: 1.83820 seconds