[comp.lang.idl-pvwave] Can procedures be deleted?

lbreid@athena.mit.edu (Lynn B Reid) (02/25/91)

Within PV~Wave, I've found the easiest way to incorporate changes
to a procedure is:
WAVE> .run new_procedure
This compiles the procedure, tells you of any syntax errors, and
makes the new version available in your overall usage.

-- 
Lynn B. Reid
Ralph M. Parsons Laboratory for Water Resources and Hydrodynamics
Massachusetts Institute of Technology
Cambridge, MA  02139

==============================================================================
Internet: lbreid@athena.mit.edu
Bitnet:   lbreid@athena.mit.edu
UUCP:	  mit-eddie!mit-athena!lbreid
==============================================================================
Nobody pays me enough to care what I think.

ramesh@nevada.edu (RAMESH VISWANATHAN) (02/26/91)

After changing a procedure try the command ".rnew procedure_name"
instead of ".run procedure_name"


R.V.