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

improvements/corrections of some *.pro headers

Location:
trunk/SRC/ForOldVersion
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ForOldVersion/keep_compatibility.pro

    r232 r238  
    77;   4) copy oldcm_full(_empty) to myuniquetmpdir+'oldcm_used.pro' 
    88; 
    9 ; @categories  
     9; @categories 
    1010; Compatibility 
    1111; 
    12 ; @param flag {in}{optional} 1 or 0 to keep or forget the compatibility 
     12; @param flag {in}{optional} 
     13; 1 or 0 to keep or forget the compatibility 
    1314; 
    14 ; @uses cm_general 
     15; @uses 
     16; cm_general 
    1517; 
    1618; @restrictions 
     
    2123; IDL> keep_compatibility,0 
    2224; 
    23 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     25; @history 
     26; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2427;                      June 2005 
    2528; 
    26 ; @version $Id$ 
     29; @version 
     30; $Id$ 
    2731; 
    2832;- 
    2933; 
    3034PRO keep_compatibility, flag 
    31 ; 
    3235; 
    3336  compile_opt idl2, strictarrsubs 
     
    105108  ENDIF 
    106109; 
    107 ; merge the online_help if possible..  
     110; merge the online_help if possible... 
    108111; 
    109112  mergeonline_help 
  • trunk/SRC/ForOldVersion/oldcm_empty.pro

    r122 r238  
    11;+ 
    22; 
    3 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     3; @history 
     4; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    45;                       June 2005 
    5 ; @version $Id$ 
     6; @version 
     7; $Id$ 
     8; 
    69;- 
    710; 
  • trunk/SRC/ForOldVersion/oldcm_full.pro

    r122 r238  
    11;+ 
    22; 
    3 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     3; @history 
     4; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    45;                       14/8/98 
    5 ; @version $Id$ 
     6; @version 
     7; $Id$ 
    68;- 
    79; 
  • trunk/SRC/ForOldVersion/updatekwd.pro

    r231 r238  
    77; @categories compatibility with previous version 
    88; 
    9 ; @examples  
     9; @examples 
    1010; IDL> \@updatekwd 
    11 ;   (must be insert as an include in a procedure or function)  
     11;   (must be insert as an include in a procedure or function) 
    1212; 
    1313; @restrictions the compatibility can be made only if the keyword 
    1414;               given through _extra are given with their complete name 
    1515; 
    16 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     16; @history 
     17; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    1718;                      July 2005 
    18 ; @version $Id$ 
     19; @version 
     20; $Id$ 
    1921; 
    2022;- 
     
    4143  old = strtrim(strlowcase(old[1:*]), 2) 
    4244  new = strtrim(strlowcase(new[1:*]), 2) 
    43 ;   
     45; 
    4446; what are the keywords of the present routine? 
    4547; 
     
    6466    FOR i = 0, n_elements(alltags)-1 DO BEGIN 
    6567      isold = (where(old EQ alltags[i], count))[0] 
    66       IF count EQ 1 THEN BEGIN  
     68      IF count EQ 1 THEN BEGIN 
    6769        dummy = where(kwds EQ new[isold], count) 
    68         IF count EQ 1 THEN BEGIN  
     70        IF count EQ 1 THEN BEGIN 
    6971          dummy = execute(new[isold] + ' = ex.' + alltags[i]) 
    7072;           dummy = execute('ex = get_extra(' + new[isold] + ' = ex.' $ 
  • trunk/SRC/ForOldVersion/updatenew.pro

    r232 r238  
    66; check that key_forgetold and keep_compatibility are well defined... 
    77; 
    8 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     8; @history 
     9; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    910;                       June 2005 
    10 ; @version $Id$ 
     11; @version 
     12; $Id$ 
    1113;- 
    1214; 
  • trunk/SRC/ForOldVersion/updateold.pro

    r232 r238  
    44; check that key_forgetold and keep_compatibility are well defined... 
    55; 
    6 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     6; @history 
     7; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    78;                       14/8/98 
    8 ; @version $Id$ 
     9; @version 
     10; $Id$ 
    911; 
    1012;- 
Note: See TracChangeset for help on using the changeset viewer.