Changeset 1795


Ignore:
Timestamp:
07/30/10 18:59:51 (14 years ago)
Author:
Malte Marquarding
Message:

First Working version of the PKSFiller

Location:
branches/newfiller/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/FillerBase.cpp

    r1793 r1795  
    2222  table_(stable)
    2323{
     24    row_ = TableRow(table_->table());
    2425}
    2526
  • branches/newfiller/src/FillerBase.h

    r1793 r1795  
    4141  public:
    4242    explicit FillerBase(casa::CountedPtr<Scantable> stable);
    43     virtual ~FillerBase();
     43    virtual ~FillerBase() {;}
    4444
    4545//    virtual bool open(const std::string& filename, const Record& rec)=0;
     
    8888
    8989    casa::CountedPtr< Scantable > table_;
    90    
     90
    9191  private:
    9292
Note: See TracChangeset for help on using the changeset viewer.