Changeset 1796


Ignore:
Timestamp:
07/30/10 19:00:47 (14 years ago)
Author:
Malte Marquarding
Message:

add new filler to python

Location:
branches/newfiller/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/python_asap.cpp

    r1757 r1796  
    6767  asap::python::python_Scantable();
    6868  asap::python::python_STFiller();
     69  asap::python::python_Filler();
    6970  asap::python::python_STSelector();
    7071  asap::python::python_STMath();
     
    7576  asap::python::python_LineCatalog();
    7677  asap::python::python_Logger();
     78//  asap::python::python_LogSink();
    7779  asap::python::python_STCoordinate();
    7880  asap::python::python_STAtmosphere();
  • branches/newfiller/src/python_asap.h

    r1757 r1796  
    3939    void python_Scantable();
    4040    void python_STFiller();
     41    void python_Filler();
    4142    void python_STSelector();
    4243    void python_STMath();
     
    4748    void python_LineCatalog();
    4849    void python_Logger();
     50//    void python_LogSink();
    4951    void python_STCoordinate();
    5052    void python_STAtmosphere();
Note: See TracChangeset for help on using the changeset viewer.