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

fix some typos in comments

Location:
trunk/SRC/ToBeReviewed/GRILLE
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/GRILLE/changegrid.pro

    r325 r493  
    3333   if cmpgrid(newgrid) EQ 0 then return, 0 
    3434; 
    35 ; update the common paramaters 
     35; update the common parameters 
    3636; 
    3737   ccmeshparameters = newgrid 
  • trunk/SRC/ToBeReviewed/GRILLE/domdef.pro

    r492 r493  
    286286        IF (dom[0] EQ -1) THEN BEGIN 
    287287          IF keyword_set(findalways) THEN BEGIN 
    288 ; if t grid parameters alreday defined, we use them... 
     288; if t grid parameters already defined, we use them... 
    289289            CASE 1 OF 
    290290              (where(gdtype eq 'T'))[0] NE -1 OR (where(gdtype EQ 'W'))[0] NE -1:BEGIN 
  • trunk/SRC/ToBeReviewed/GRILLE/fmask.pro

    r325 r493  
    1111; 
    1212; @examples 
    13 ; Used like if fmask was a known array by substituing fmask by (fmask()) 
     13; Used like if fmask was a known array by substituting fmask by (fmask()) 
    1414; For example: Instead of write fmask[domainef] we have to write (fmask())[domainef] 
    1515; 
  • trunk/SRC/ToBeReviewed/GRILLE/grille.pro

    r388 r493  
    345345;------------------------------------------------------------ 
    346346;------------------------------------------------------------ 
    347 ; Variables refering to the vertical dimension 
     347; Variables referring to the vertical dimension 
    348348;------------------------------------------------------------ 
    349349;------------------------------------------------------------ 
  • trunk/SRC/ToBeReviewed/GRILLE/umask.pro

    r370 r493  
    1414; 
    1515; @examples 
    16 ; Used like if umask was a known array by substituing umask by (umask()) 
     16; Used like if umask was a known array by substituting umask by (umask()) 
    1717; For example: Instead of write umask[domainef] we have to write (umask())[domainef] 
    1818; 
  • trunk/SRC/ToBeReviewed/GRILLE/vmask.pro

    r325 r493  
    1111; 
    1212; @examples 
    13 ; Used like if vmask was a known array by substituing vmask by (vmask()) 
     13; Used like if vmask was a known array by substituting vmask by (vmask()) 
    1414; For example: Instead of write vmask[domainef] we have to write (vmask())[domainef] 
    1515; 
Note: See TracChangeset for help on using the changeset viewer.