Changeset 372 for trunk/SRC/ReadWrite


Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

Location:
trunk/SRC/ReadWrite
Files:
4 edited

Legend:

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

    r371 r372  
    5959; 
    6060; @keyword _EXTRA 
    61 ; defined only to be able to call ncdf_getatt with the _extra keyword 
     61; defined only to be able to call <pro>ncdf_getatt</pro> with the  
     62; _EXTRA keyword 
    6263; 
    6364; @examples 
  • trunk/SRC/ReadWrite/ncdf_getmask.pro

    r371 r372  
    1111; the full path) to be opened (in that case, the file will be opened 
    1212; and closed within ncdf_getmask). 
     13; 
    1314; if fileid is a scalar then it is the id of the file return by a call 
    1415; to ncdf_open outside of ncdf_getmask (in that case, the file will 
     
    1617; 
    1718; @keyword ADDSCL_BEFORE {default=0}{type=scalar: 0 or 1} 
    18 ; put 1 to apply add_offset ad scale factor on data before looking for 
     19; put 1 to apply add_offset and scale factor on data before looking for 
    1920; missing values when using USEASMASK keyword 
    2021; 
     
    4647; mask. The test is performed on the variable specified by USEASMASK 
    4748; keyword. 
     49; 
    4850; TESTOP can contain 1 or 2 words. The first word is the operator 
    4951; definition: "EQ" "NE" "GE" "GT" "LE" "LT" (default is NE). The 
  • trunk/SRC/ReadWrite/readbat.pro

    r327 r372  
    1010; It contains the filename, 
    1111; 
    12 ; @keyword ZERO to put 0 on land instead of negatives values for the islands. 
     12; @keyword ZERO 
     13; to put 0 on land instead of negatives values for the islands. 
    1314; 
    1415; @returns 
     
    1819; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    1920;                      May 31, 2002 
    20 ;    based on batlec2.pro, written by Maurice Imbard, March 17, 1998 
     21; based on batlec2.pro, written by Maurice Imbard, March 17, 1998 
    2122; 
    2223; @version 
  • trunk/SRC/ReadWrite/readoldopadistcoast.pro

    r327 r372  
    44; read the old binary direct access file that contains the 
    55; distance to the coast in OPA. 
     6; 
    67; based on the OPA subroutines dtacof and parctl 
    78; 
Note: See TracChangeset for help on using the changeset viewer.