Mercurial > hg > svcore
diff data/fileio/CSVStreamWriter.h @ 1452:6e9615bde1f9 streaming-csv-writer
For sparse models, write whole model to CSV in one go
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 17 Apr 2018 10:37:50 +0100 |
parents | deabf9fd3d28 |
children | 743c38b209d0 |
line wrap: on
line diff
--- a/data/fileio/CSVStreamWriter.h Tue Apr 17 10:37:15 2018 +0100 +++ b/data/fileio/CSVStreamWriter.h Tue Apr 17 10:37:50 2018 +0100 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef CSV_STREAM_WRITER_H -#define CSV_STREAM_WRITER_H +#ifndef SV_CSV_STREAM_WRITER_H +#define SV_CSV_STREAM_WRITER_H #include "base/BaseTypes.h" #include "base/Selection.h" @@ -146,4 +146,4 @@ ); } } // namespace CSVStreamWriter -#endif \ No newline at end of file +#endif