Changeset 598 for trunk


Ignore:
Timestamp:
07/23/12 18:16:08 (12 years ago)
Author:
lelod
Message:

oubli dans idl_amsu...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/idl_amsu_netcdf.pro

    r594 r598  
    55; =================== 
    66; 
    7 ; .. function:: idl_amsu_netcdf(numch, temp, rtemp, rhdeg, datain, lats, lons, timesin) 
     7; .. function:: idl_amsu_netcdf(numch, temp, rtemp, rhdeg, datain,w lats, lons, timesin) 
    88; 
    99; DESCRIPTION 
     
    184184usage = 'result = idl_amsu_netcdf(numch, temp, rtemp, rhdeg, datain, lats, lons, timesin)' 
    185185nparam = N_PARAMS() 
    186 IF (nparam NE 8) THEN BEGIN 
     186IF (nparam NE 9) THEN BEGIN 
    187187    ras = report(['Incorrect number of arguments.' $ 
    188188          + '!C' $ 
Note: See TracChangeset for help on using the changeset viewer.