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/Interpolation/map_npoints.pro

    r325 r327  
    102102; 
    103103;- 
    104 FUNCTION map_npoints, lon0, lat0, lon1, lat1, AZIMUTH = azimuth $ 
    105  , RADIANS = radians, RADIUS = radius, MIDDLE = middle, TWO_BY_TWO = two_by_two 
     104FUNCTION map_npoints, lon0, lat0, lon1, lat1, AZIMUTH=azimuth $ 
     105                    , RADIANS=radians, RADIUS=radius, MIDDLE=middle $ 
     106                    , TWO_BY_TWO=two_by_two 
    106107; 
    107108 compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.