Ignore:
Timestamp:
07/06/06 16:48:41 (18 years ago)
Author:
pinsard
Message:

improvements of ReadWrite/?*.pro header

File:
1 edited

Legend:

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

    • Property svn:executable deleted
    • Property svn:keywords set to Id
    r114 r130  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; @file_comments reading the bathymetry ASCII file of OPA 
     5; @file_comments 
     6; reading the bathymetry ASCII file of OPA 
    67; 
    78; @categories for OPA 
    89; 
    9 ; @param filename {in}{required} a string containing the filename,   
     10; @param filename {in}{required} a string containing the filename, 
    1011; 
    11 ; @keyword /ZERO to put 0 on land instead of negatives values for the islands. 
     12; @keyword ZERO to put 0 on land instead of negatives values for the islands. 
    1213; 
    1314; @returns a 2d array 
     
    1617;                      May 31, 2002 
    1718;    based on batlec2.pro, written by Maurice Imbard, March 17, 1998 
     19; 
     20; @version $Id$ 
     21; 
    1822;- 
    1923FUNCTION readbat, filename, ZERO = zero 
Note: See TracChangeset for help on using the changeset viewer.