Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/changeread.pro

    r163 r231  
    22; @file_comments 
    33; 
    4 ; 
    54; @categories 
    6 ; 
    75; 
    86; @param NEWREAD 
    97; 
    10 ; 
    118; @returns 
    12 ; 
    139; 
    1410; @uses 
    1511; 
    16 ; 
    1712; @restrictions 
    18 ; 
    1913; 
    2014; @examples 
    2115; 
    22 ; 
    2316; @history 
    24 ; 
    2517; 
    2618; @version 
     
    3022; 
    3123;- 
     24; 
    3225FUNCTION changeread, newread 
    33 ; 
    3426; 
    3527  compile_opt idl2, strictarrsubs 
     
    3729@common 
    3830; 
    39 ; 
    4031; newread must be two structures 
    4132; 
    4233   if size(newread, /type) NE 8 then return, 0 
    4334; 
    44 ; we compare the two structure which caracterise the read   
     35; we compare the two structure which caracterise the read 
    4536; 
    4637   case 1 of 
Note: See TracChangeset for help on using the changeset viewer.