Changeset 358 for trunk


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

small typo

Location:
trunk/SRC
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Colors/colorbar.pro

    r327 r358  
    5555; Force to don't write title even if CB_TITLE is declared. 
    5656; 
    57 ; @keyword POSITION {default=see bellow} 
     57; @keyword POSITION {default=see below} 
    5858; A four-element array of normalized coordinates in the same 
    5959; form as the POSITION keyword on a plot. Default is 
  • trunk/SRC/Interpolation/file_interp.pro

    r343 r358  
    7272; determined through <pro>ncdf_getmask</pro> according to the keywords 
    7373; outmaskname, outinvmask, outuseasmask, outmissing_value, 
    74 ; outaddscl_before (see bellow). 
     74; outaddscl_before (see below). 
    7575; 
    7676; @keyword KEEP {type=string array}{default=all variables} 
  • trunk/SRC/Interpolation/quadrilateral2square.pro

    r327 r358  
    1212; The mapping is done using perspective transformation which preserve 
    1313; lines in all orientations and permit quadrilateral to quadrilateral 
    14 ; mappings. see ref. bellow. 
     14; mappings. see ref. below. 
    1515; 
    1616; @categories 
  • trunk/SRC/Interpolation/square2quadrilateral.pro

    r327 r358  
    1010; The mapping is done using perspective transformation which preserve 
    1111; lines in all orientations and permit quadrilateral to quadrilateral 
    12 ; mappings. see ref. bellow. 
     12; mappings. see ref. below. 
    1313; 
    1414; @categories 
  • trunk/SRC/ReadWrite/ncdf_gettime.pro

    r344 r358  
    3838; @restrictions 
    3939; the calendar variable must have the units attribute 
    40 ; following the syntax bellow: 
     40; following the syntax below: 
    4141; 
    4242; time_counter:units = "seconds since 0001-01-01 00:00:00" ; 
  • 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.