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