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_meshread.pro

    r325 r327  
    3131;          the labels 'longitude', 'latitude' in plots). 
    3232;    The resulting value will be stored in the common (cm_4mesh) variable key_onearth 
    33 ;    ONEARTH = 0 forces PERIODIC = 0, SHIFT = 0 and is cancelling GLAMBOUNDARY 
     33;    ONEARTH=0 forces PERIODIC=0, SHIFT=0 and is cancelling GLAMBOUNDARY 
    3434; 
    3535; @keyword GETDIMENSIONS {default=0}{type=scalar: 0 or 1} 
     
    4141;    Force the manual definition of the grid zonal periodicity. 
    4242;    The resulting value will be stored in the common (cm_4mesh) variable key_periodic 
    43 ;    PERIODIC = 0 forces SHIFT = 0 
     43;    PERIODIC=0 forces SHIFT=0 
    4444; 
    4545; @keyword SHIFT {default=computed according to glamboundary}{type=scalar} 
     
    8181; 
    8282;- 
    83 PRO ncdf_meshread, filename, GLAMBOUNDARY = glamboundary, CHECKDAT = checkdat $ 
    84                   , ONEARTH = onearth, GETDIMENSIONS = getdimensions $ 
    85                   , PERIODIC = periodic, SHIFT = shift, STRIDE = stride $ 
    86                   , STRCALLING = strcalling, _EXTRA = ex 
     83PRO ncdf_meshread, filename, GLAMBOUNDARY=glamboundary, CHECKDAT=checkdat $ 
     84                  , ONEARTH=onearth, GETDIMENSIONS=getdimensions $ 
     85                  , PERIODIC=periodic, SHIFT=shift, STRIDE=stride $ 
     86                  , STRCALLING=strcalling, _EXTRA=ex 
    8787; 
    8888  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.