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/Grid/restoreboxparam.pro

    r226 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
    6 ; @file_comments restore all the zoom parameters (defined by calling domdef) 
    7 ; previously defined by saveboxparam 
     3; @file_comments 
     4; restore all the zoom parameters (defined by calling <pro>domdef</pro>) 
     5; previously defined by <pro>saveboxparam</pro> 
    86; 
    97; @param filename {in}{required} 
    108; a scalar string defining the file name 
    119; 
    12 ; @uses cm_4mesh (and cm_demomode_used if we are in demo mode) 
     10; @uses 
     11; cm_4mesh (and cm_demomode_used if we are in demo mode) 
    1312; 
    14 ; @restrictions call def_myuniquetmpdir, if myuniquetmpdir is undefined: 
     13; @restrictions 
     14; call def_myuniquetmpdir, if myuniquetmpdir is undefined: 
    1515;               => define, create and add it to !path 
    1616; 
     
    1818; IDL> restoreboxparam, filename 
    1919; 
    20 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     20; @history 
     21; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2122;                      July 2005 
    2223; 
    23 ; @version $Id$ 
     24; @version 
     25; $Id$ 
    2426; 
    2527;- 
    26 ;------------------------------------------------------------ 
    27 ;------------------------------------------------------------ 
    28 ;------------------------------------------------------------ 
     28; 
    2929PRO restoreboxparam, filename 
    3030; 
     
    8888  return 
    8989end 
    90  
Note: See TracChangeset for help on using the changeset viewer.