Changeset 229 for trunk/SRC/ToBeReviewed


Ignore:
Timestamp:
03/16/07 15:13:14 (17 years ago)
Author:
smasson
Message:

bugfix in path usage (continuation)

Location:
trunk/SRC/ToBeReviewed
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/ps.pro

    r165 r229  
    8888; We rewrite idlsave.pro 
    8989   putfile, myuniquetmpdir+'idlsave.pro', vectjournal 
     90; update the list of .pro and .sav in !PATH 
     91   path_cache, /rebuild 
    9092; apply idlsave 
    91    cd,  current = curdir 
    92    cd, myuniquetmpdir 
    9393@idlsave    
    94    cd, curdir 
    9594; We reopen the journal and we put in it all elements of vectjournal but the 2 first and the 3 last line. 
    9695journal, myuniquetmpdir+'idlsave.pro' 
  • trunk/SRC/ToBeReviewed/UTILITAIRE/oups.pro

    r157 r229  
    6565 ELSE vectjournal[n_elements(vectjournal)-1] = ''  
    6666; we rewrite idlsave.pro 
    67 putfile, myuniquetmpdir+'idlsave.pro', vectjournal 
    68 ; we compile, then we apply idlsave 
    69 cd,  current = curdir 
    70 cd, myuniquetmpdir 
     67 putfile, myuniquetmpdir+'idlsave.pro', vectjournal 
     68; update the list of .pro and .sav in !PATH 
     69 path_cache, /rebuild 
     70; apply idlsave 
    7171@idlsave    
    72 cd, curdir 
    7372; the journal has just been reopened, and we put elements of vectjournal in it.  
    7473for i = 0, n_elements(vectjournal)-1 DO $ 
  • trunk/SRC/ToBeReviewed/UTILITAIRE/vzoom.pro

    r157 r229  
    7070; 
    7171; we rewrite idlsave.pro 
    72 putfile, myuniquetmpdir+'idlsave.pro', vectjournal 
     72  putfile, myuniquetmpdir+'idlsave.pro', vectjournal 
     73; update the list of .pro and .sav in !PATH 
     74   path_cache, /rebuild 
    7375; apply idlsave 
    74    cd,  current = curdir 
    75    cd, myuniquetmpdir 
    7676@idlsave    
    77    cd, curdir 
    7877; the journal has just been reopened, and we put in elements of vectjournal.  
    7978for i = 0, n_elements(vectjournal)-1 DO $ 
Note: See TracChangeset for help on using the changeset viewer.