Ignore:
Timestamp:
12/13/07 17:22:35 (17 years ago)
Author:
pinsard
Message:

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

Location:
trunk/SRC/ToBeReviewed/POSTSCRIPT
Files:
2 edited

Legend:

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

    r325 r327  
    8080;- 
    8181PRO calibre, rapportyx, marge, margebar, smalldraw, posfenetre, posbar $ 
    82              , REMPLI = rempli, YXASPECT = yxaspect, PORTRAIT = portrait $ 
    83              , LANDSCAPE = lanscape, _EXTRA = ex 
     82             , REMPLI=rempli, YXASPECT=yxaspect, PORTRAIT=portrait $ 
     83             , LANDSCAPE=lanscape, _EXTRA=ex 
    8484; 
    8585  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/chcolps.pro

    r325 r327  
    112112; 
    113113;- 
    114 PRO chcolps, n1, n2, file, PALIT1 = palit1, PALIT2 = palit2 
     114PRO chcolps, n1, n2, file, PALIT1=palit1, PALIT2=palit2 
    115115; 
    116116  compile_opt idl2, strictarrsubs 
     
    125125    IF keyword_set(palit2) THEN palit, palit2 
    126126    tvlct, red1, green1, blue1, /get 
    127 ; 
    128 ; 
    129127; 
    130128    filein = file 
     
    189187          ENDIF  
    190188; 
    191 ; Ecrit le fichier de sortie 
     189; write output file 
    192190; 
    193191          printf, numout, ligne, format = '(A)' 
     
    201199 
    202200END  
    203  
Note: See TracChangeset for help on using the changeset viewer.