Ignore:
Timestamp:
02/13/09 11:27:42 (15 years ago)
Author:
Malte Marquarding
Message:

Fix for ticket #151: added facilities to help with on/off scan identification/setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_STFiller.cpp

    r1077 r1504  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id:$
     29//# $Id$
    3030//#---------------------------------------------------------------------------
    3131#include <boost/python.hpp>
     
    4747        .def("_close", &STFillerWrapper::close)
    4848        .def("_getdata", &STFillerWrapper::getScantable)
     49        .def("_setreferenceexpr", &STFillerWrapper::setReferenceExpr)
    4950      ;
    5051    };
Note: See TracChangeset for help on using the changeset viewer.