source: branches/numpy/anuga/lib/add_csv_header/README.txt @ 6553

Last change on this file since 6553 was 6553, checked in by rwilson, 16 years ago

Merged trunk into numpy, all tests and validations work.

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.