Changeset 2658 for trunk/src/STWriter.h


Ignore:
Timestamp:
10/10/12 14:29:17 (12 years ago)
Author:
Malte Marquarding
Message:

Ticket #199: Excised Logger::pushLog; now everything is using LogIO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWriter.h

    r2163 r2658  
    3838#include <casa/BasicSL/String.h>
    3939
    40 #include "Logger.h"
    4140#include "Scantable.h"
    4241
     
    5352  * @version 2.0a
    5453*/
    55 class STWriter : public Logger {
     54class STWriter {
    5655public:
    5756  explicit STWriter(const string &format = "SDFITS");
     
    8281                      const casa::Table& tab);
    8382
    84   void replacePtTab(const casa::Table& tab, const std::string& fname);
    85 
    8683  casa::String getObsTypes( casa::Int srctype ) ;
    8784
Note: See TracChangeset for help on using the changeset viewer.