Changes in trunk/src/NROFiller.cpp [1819:1904]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NROFiller.cpp
r1819 r1904 20 20 #include "NROFiller.h" 21 21 #include "STHeader.h" 22 #include <casa/Containers/Record.h> 22 23 #include <atnf/PKSIO/SrcType.h> 23 24 … … 36 37 } 37 38 38 bool NROFiller::open(const std::string& filename)39 bool NROFiller::open(const std::string& filename, const Record& rec) 39 40 { 40 41 bool status = true ;
Note:
See TracChangeset
for help on using the changeset viewer.