Changeset 358 for trunk/SRC/ToBeReviewed


Ignore:
Timestamp:
04/28/08 11:41:14 (16 years ago)
Author:
pinsard
Message:

small typo

Location:
trunk/SRC/ToBeReviewed
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/INIT/initorca2.pro

    r142 r358  
    11;+ 
    22; 
    3 ; @todo seb 
     3; @todo 
     4; seb 
    45; 
    56;- 
  • trunk/SRC/ToBeReviewed/INIT/initorca2full.pro

    r142 r358  
    11;+ 
    22; 
    3 ; @todo seb 
     3; @todo  
     4; seb 
    45; 
    56;- 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro

    r327 r358  
    5353;- 
    5454PRO barrecouleur, colnumb, clbinf, clbsup, clbdiv $ 
    55                   , NOCOLORBAR=nocolorbar, CB_TITLE=cb_title $ 
    56                   , NOFILL=nofill, COLOR_c=color_c $ 
    57                   , MIN=min, MAX=max, divisions=divisions $ 
    58                   , CB_SUBTITLE=cb_subtitle, POST=post, _EXTRA=ex 
     55                , NOCOLORBAR=nocolorbar, CB_TITLE=cb_title $ 
     56                , NOFILL=nofill, COLOR_c=color_c $ 
     57                , MIN=min, MAX=max, DIVISIONS=divisions $ 
     58                , CB_SUBTITLE=cb_subtitle, POST=post, _EXTRA=ex 
    5959; 
    6060  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STRING/getfile.pro

    r327 r358  
    5151; 
    5252;- 
    53 FUNCTION getfile, filein, error=err $ 
     53FUNCTION getfile, filein, ERROR=err $ 
    5454                , HELP=hlp, QUIET=quiet, LINES=lines, FIND=find 
    5555; 
Note: See TracChangeset for help on using the changeset viewer.