Ignore:
Timestamp:
07/06/06 11:28:10 (18 years ago)
Author:
mar637
Message:

enabled another constructor to handle disk based tables; chnaged this interface to be int instead of string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_STFiller.cpp

    r895 r1077  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id:
     29//# $Id:$
    3030//#---------------------------------------------------------------------------
    3131#include <boost/python.hpp>
    3232
     33#include "ScantableWrapper.h"
    3334#include "STFillerWrapper.h"
    3435
     
    4041    void python_STFiller() {
    4142      class_<STFillerWrapper>("stfiller")
     43        .def( init < ScantableWrapper > () )
    4244        .def( init < std::string, int, int > () )
    4345        .def("_open", &STFillerWrapper::open)
Note: See TracChangeset for help on using the changeset viewer.