Changeset 342 for trunk/src/SDReader.h


Ignore:
Timestamp:
02/01/05 13:15:36 (19 years ago)
Author:
kil064
Message:

Take unit out of interface again, Handled at python levek now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDReader.h

    r338 r342  
    5151public:
    5252  SDReader();
    53   SDReader(const std::string& filename, const std::string& unit,
     53  SDReader(const std::string& filename,
    5454           int whichIF=-1, int whichBeam=-1);
    5555  SDReader(casa::CountedPtr<SDMemTable> tbl);
     
    5757
    5858  void open(const std::string& filename,
    59             const std::string& unit,
    6059            int whichIF=-1,
    6160            int whichBeam=-1);
Note: See TracChangeset for help on using the changeset viewer.