Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Textoidl/nexttok.pro

    r47 r114  
    5454                  POSITION=position, $ 
    5555                  HELP=Help 
     56; 
     57  compile_opt idl2, strictarrsubs 
     58; 
    5659 
    5760;  Return to caller on error. 
     
    9295    Matches = 0L 
    9396    FOR j=0, NumToks-1 DO BEGIN  
    94         TmpMatch = where(TmpStr EQ TmpTok(j),  TmpCnt) 
     97        TmpMatch = where(TmpStr EQ TmpTok[j],  TmpCnt) 
    9598        IF (TmpCnt GT 0) THEN BEGIN 
    9699            MatchIdx = [MatchIdx, Replicate(j, TmpCnt)] 
Note: See TracChangeset for help on using the changeset viewer.