Ignore:
Timestamp:
08/26/10 13:04:24 (14 years ago)
Author:
Malte Marquarding
Message:

pass down record for filler options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NROFiller.cpp

    r1819 r1904  
    2020#include "NROFiller.h"
    2121#include "STHeader.h"
     22#include <casa/Containers/Record.h>
    2223#include <atnf/PKSIO/SrcType.h>
    2324
     
    3637}
    3738
    38 bool NROFiller::open(const std::string& filename)
     39  bool NROFiller::open(const std::string& filename, const Record& rec)
    3940{
    4041  bool status = true ;
Note: See TracChangeset for help on using the changeset viewer.