Changeset 461 for trunk/SRC


Ignore:
Timestamp:
04/14/11 16:46:21 (13 years ago)
Author:
pinsard
Message:

no IDL assistant with IDL 7.0 and above

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/mergeonline_help.pro

    r325 r461  
    88; 
    99; @restrictions 
    10 ; Needs at least version 6.2 
     10; Needs at least version greater than 6.2 and lower than 7,  
    1111; 
    1212; @history 
     
    1515; @version 
    1616; $Id$ 
     17; 
     18; - pinsard 2011-04-14T14:43:31Z loholt1.ipsl.polytechnique.fr (Linux) 
     19; 
     20;   * add restriction with IDL 7 and above 
    1721; 
    1822;- 
     
    2731    return 
    2832  ENDIF 
     33; is the IDL version greater than 6 
     34  idlversion = float(strmid(!version.release, 0, 1)) 
     35  IF idlversion GT 6 THEN BEGIN 
     36    ras = report('no IDL assistant with IDL 7.0 and above') 
     37    return 
     38  ENDIF 
     39;--------------------------------------------------------------- 
    2940;--------------------------------------------------------------- 
    3041; check directories 
Note: See TracChangeset for help on using the changeset viewer.