Changeset 62
- Timestamp:
- 07/16/04 14:57:38 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDWriter.cc
r60 r62 51 51 52 52 SDWriter::SDWriter( 53 const std::string &format = "SDFITS")53 const std::string &format) 54 54 { 55 55 cFormat = format; … … 76 76 77 77 Int SDWriter::setFormat( 78 const std::string &format = "SDFITS")78 const std::string &format) 79 79 { 80 80 if (format != cFormat) {
Note:
See TracChangeset
for help on using the changeset viewer.