Ignore:
Timestamp:
01/26/10 10:46:13 (14 years ago)
Author:
pinsard
Message:

homegenize THEN BEGIN ... ENDIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/def_month.pro

    r203 r205  
    8484 ENDIF 
    8585 
    86    IF strpos(date, '_') GT -1 THEN date = strmid(date, 0, strpos(date, '_')) 
     86   IF strpos(date, '_') GT -1 THEN BEGIN 
     87    date = strmid(date, 0, strpos(date, '_')) 
     88   ENDIF 
    8789   CASE strmid(timave, 0, 2) OF 
    8890      '1m': BEGIN 
Note: See TracChangeset for help on using the changeset viewer.