Changeset 2587 for trunk/src/ScantableWrapper.h
- Timestamp:
- 07/05/12 18:47:48 (14 years ago)
- File:
-
- 1 edited
-
trunk/src/ScantableWrapper.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ScantableWrapper.h
r2435 r2587 13 13 #define ASAPSCANTABLEWRAPPER_H 14 14 15 #include <iostream> 16 #include <string> 15 17 #include <vector> 16 #include <string> 18 17 19 #include <casa/Arrays/Vector.h> 18 20 19 21 #include "MathUtils.h" 22 #include "Scantable.h" 23 #include "STCoordinate.h" 20 24 #include "STFit.h" 21 25 #include "STFitEntry.h" 22 #include "Scantable.h"23 #include "STCoordinate.h"24 26 25 27 namespace asap { … … 58 60 table_(mt.getCP()) {;} 59 61 62 ~ScantableWrapper() 63 { 64 } 65 60 66 void assign(const ScantableWrapper& mt) 61 67 { table_= mt.getCP(); } … … 312 318 } // namespace 313 319 #endif 314
Note:
See TracChangeset
for help on using the changeset viewer.
