Ignore:
Timestamp:
03/16/07 10:22:26 (17 years ago)
Author:
pinsard
Message:

corrections of some misspellings in some *.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/get_gridparams.pro

    r163 r226  
    142142        1:BEGIN 
    143143          IF array_equal(lon, lon[*, 0] # replicate(1, jpj)) NE 1 THEN BEGIN 
    144             print, 'Longitudes are not the same for all latitudes, imposible to extract a 1D array of the longitudes' 
     144            print, 'Longitudes are not the same for all latitudes, impossible to extract a 1D array of the longitudes' 
    145145            stop 
    146146          ENDIF 
     
    163163        1:BEGIN 
    164164          IF array_equal(lat, replicate(1, jpi) # lat[0, *]) NE 1 THEN BEGIN 
    165             print, 'Latitudes are not the same for all longitudes, imposible to extract a 1D array of the latitudes' 
     165            print, 'Latitudes are not the same for all longitudes, impossible to extract a 1D array of the latitudes' 
    166166            stop 
    167167          ENDIF 
     
    184184        1:BEGIN 
    185185          IF array_equal(lon, lon[*, 0] # replicate(1, jpj)) NE 1 THEN BEGIN 
    186             print, 'Longitudes are not the same for all latitudes, imposible to extract a 1D array of the longitudes' 
     186            print, 'Longitudes are not the same for all latitudes, impossible to extract a 1D array of the longitudes' 
    187187            stop 
    188188          ENDIF 
    189189          lon = lon[*, 0] 
    190190          IF array_equal(lat, replicate(1, jpi) # reform(lat[0, *])) NE 1 THEN BEGIN 
    191             print, 'Latitudes are not the same for all longitudes, imposible to extract a 1D array of the latitudes' 
     191            print, 'Latitudes are not the same for all longitudes, impossible to extract a 1D array of the latitudes' 
    192192            stop 
    193193          ENDIF 
Note: See TracChangeset for help on using the changeset viewer.