Ignore:
Timestamp:
07/05/12 18:47:48 (12 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: added qt4 settings for cmakefiles, and cleaned up some debug codes.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2435 r2587  
    1313#define ASAPSCANTABLEWRAPPER_H
    1414
     15#include <iostream>
     16#include <string>
    1517#include <vector>
    16 #include <string>
     18
    1719#include <casa/Arrays/Vector.h>
    1820
    1921#include "MathUtils.h"
     22#include "Scantable.h"
     23#include "STCoordinate.h"
    2024#include "STFit.h"
    2125#include "STFitEntry.h"
    22 #include "Scantable.h"
    23 #include "STCoordinate.h"
    2426
    2527namespace asap {
     
    5860    table_(mt.getCP()) {;}
    5961
     62  ~ScantableWrapper()
     63  {
     64  }
     65
    6066  void assign(const ScantableWrapper& mt)
    6167    { table_= mt.getCP(); }
     
    312318} // namespace
    313319#endif
    314 
Note: See TracChangeset for help on using the changeset viewer.