source: anuga_core/source/anuga/lib/add_csv_header/README.txt @ 6354

Last change on this file since 6354 was 6354, checked in by rwilson, 15 years ago

Added additional documentation.

File size: 402 bytes
Line 
1The function defined here allows programmatic addition of a CSV
2header line to an existing CSV file (without header).  There
3is a check that the header line to be added has the same number
4of fields as the existing CSV file.
5
6There is a 'be_green' parameter designed to change the copy algorithm
7so that less memory is used, but the function will be slower.
8This option is not yet implemented.
Note: See TracBrowser for help on using the repository browser.