Ignore:
Timestamp:
08/11/06 16:32:05 (18 years ago)
Author:
smasson
Message:

some light header cleaning...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/saveboxparam.pro

    r134 r155  
    55; 
    66; @file_comments save all the zoom parameters (defined by calling domdef) 
    7 ;          in a file (using save command) located in myuniquetmpdir 
    8 ;          (common variable defined by def_myuniquetmpdir) 
     7; in a file (using save command) located in myuniquetmpdir 
     8; (common variable defined by def_myuniquetmpdir) 
     9;  
     10; @param filename {in}{required} a scalar string defining the file name  
     11; 
     12; @uses cm_4mesh (and cm_demomode_used if we are in demo mode) 
     13; 
     14; @restrictions call def_myuniquetmpdir, if myuniquetmpdir is undefined:  
     15;               => define, create and add it to !path 
    916; 
    1017; @examples 
    1118; IDL> saveboxparam, filename 
    12 ;  
    13 ; @param filename {in}{required} a scalar string defining the file name  
    14 ; 
    15 ; @uses cm_4mesh and cm_demomode_used if we are in demo mode 
    16 ; 
    17 ; @restrictions call def_myuniquetmpdir, if myuniquetmpdir is undefined:  
    18 ;               => define, create and add it to !path 
    1919; 
    2020; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.