Changeset 146 for trunk


Ignore:
Timestamp:
06/17/09 17:20:29 (15 years ago)
Author:
ericg
Message:

Small improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/def_work.pro

    r141 r146  
    218218                  print, ' Save PostScript '+strtrim(string(iplot), 2)+' file to ( - to ignore / save_ps=0 to turn off - NO EXTENSIONS PLEASE) :' 
    219219                  print, '  directory is (d to change) : '+dir_name 
    220                   nfile_name = xquestion('       ', file_name, /chkwid)  
     220                  nfile_name = xquestion('       ', file_name, /chkwid) 
     221                  nfile_name = strtrim(nfile_name, 2) 
    221222                  IF nfile_name NE '-' THEN BEGIN  
    222223                     IF nfile_name EQ 'd' THEN BEGIN 
     
    275276               ENDIF  
    276277               line = conv+out_ps+'/'+fileps+' '+dir_name+'/'+nfile_name+file_suffix+ext 
     278               IF debug_w THEN print, ' Convert command= ', line  
    277279               spawn, line, prtout 
    278280 
Note: See TracChangeset for help on using the changeset viewer.