Ignore:
Timestamp:
06/12/06 16:49:30 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ReadWrite? *.pro files for better idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/readbat.pro

    r44 r106  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: readbat 
     5; @file_comments reading the bathymetry ASCII file of OPA 
    66; 
    7 ; PURPOSE: reading the bathymetry ASCII file of OPA 
     7; @categories for OPA 
    88; 
    9 ; CATEGORY: for OPA 
     9; @param filename {in}{required} a string containing the filename,   
    1010; 
    11 ; CALLING SEQUENCE: bat=readbat(filename) 
    12 ;  
    13 ; INPUTS: 
    14 ;    filename: a string containing the filename,   
     11; @keyword /ZERO to put 0 on land instead of negatives values for the islands. 
    1512; 
    16 ; KEYWORD PARAMETERS: 
    17 ;    /ZERO: to put 0 on land instead of negatives values for the islands. 
     13; @returns a 2d array 
    1814; 
    19 ; OUTPUTS: a 2d array 
    20 ; 
    21 ; COMMON BLOCKS:no 
    22 ; 
    23 ; SIDE EFFECTS: 
    24 ; 
    25 ; RESTRICTIONS: 
    26 ; 
    27 ; EXAMPLE: 
    28 ; 
    29 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     15; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3016;                      May 31, 2002 
    3117;    based on batlec2.pro, written by Maurice Imbard, March 17, 1998 
Note: See TracChangeset for help on using the changeset viewer.