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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/ncdf_meshroms.pro

    r325 r327  
    2828;          the labels 'longitude', 'latitude' in plots). 
    2929;    The resulting value will be stored in the common (cm_4mesh) variable key_onearth 
    30 ;    ONEARTH = 0 forces PERIODIC = 0, SHIFT = 0 and is cancelling GLAMBOUNDARY 
     30;    ONEARTH=0 forces PERIODIC=0, SHIFT=0 and is cancelling GLAMBOUNDARY 
    3131; 
    3232; @keyword GETDIMENSIONS {default=0}{type=scalar: 0 or 1} 
     
    3838;    Force the manual definition of the grid zonal periodicity. 
    3939;    The resulting value will be stored in the common (cm_4mesh) variable key_periodic 
    40 ;    PERIODIC = 0 forces SHIFT = 0 
     40;    PERIODIC=0 forces SHIFT=0 
    4141; 
    4242; @keyword NRHO {default=1}{type=scalar} 
     
    4747;    Force the manual definition of the zonal shift that must be apply to the data. 
    4848;    The resulting value will be stored in the common (cm_4mesh) variable key_shift 
    49 ;    Note that if key_periodic=0 then in any case key_shift = 0. 
     49;    Note that if key_periodic=0 then in any case key_shift=0. 
    5050; 
    5151; @keyword STRCALLING {type=scalar string} 
     
    8787; 
    8888;- 
    89 PRO ncdf_meshroms, filename, NRHO = nrho, GLAMBOUNDARY = glamboundary $ 
    90                   , ONEARTH = onearth, GETDIMENSIONS = getdimensions $ 
    91                   , PERIODIC = periodic, SHIFT = shift, STRIDE = stride $ 
    92                   , STRCALLING = strcalling, _EXTRA = ex 
     89PRO ncdf_meshroms, filename, NRHO=nrho, GLAMBOUNDARY=glamboundary $ 
     90                  , ONEARTH=onearth, GETDIMENSIONS=getdimensions $ 
     91                  , PERIODIC=periodic, SHIFT=shift, STRIDE=stride $ 
     92                  , STRCALLING=strcalling, _EXTRA=ex 
    9393; 
    9494  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.