- Timestamp:
- 07/07/04 18:40:49 (20 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDWriter.cc
r28 r35 51 51 52 52 SDWriter::SDWriter( 53 const st ring &format = "SDFITS")53 const std::string &format = "SDFITS") 54 54 { 55 55 cFormat = format; … … 76 76 77 77 Int SDWriter::setFormat( 78 const st ring &format = "SDFITS")78 const std::string &format = "SDFITS") 79 79 { 80 80 if (format != cFormat) { … … 99 99 Int SDWriter::write( 100 100 const CountedPtr<SDMemTable> table, 101 const st ring &filename)101 const std::string &filename) 102 102 { 103 103 // Extract the header from the table. -
trunk/src/SDWriter.h
r28 r35 54 54 55 55 private: 56 st ring cFormat;56 std::string cFormat; 57 57 PKSwriter *cWriter; 58 58 };
Note:
See TracChangeset
for help on using the changeset viewer.