Changeset 62


Ignore:
Timestamp:
07/16/04 14:57:38 (20 years ago)
Author:
mcalabre
Message:

Removed default initializers from function definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDWriter.cc

    r60 r62  
    5151
    5252SDWriter::SDWriter(
    53         const std::string &format = "SDFITS")
     53        const std::string &format)
    5454{
    5555  cFormat = format;
     
    7676
    7777Int SDWriter::setFormat(
    78         const std::string &format = "SDFITS")
     78        const std::string &format)
    7979{
    8080  if (format != cFormat) {
Note: See TracChangeset for help on using the changeset viewer.