Ignore:
Timestamp:
12/10/04 14:54:54 (20 years ago)
Author:
mar637
Message:

Moved to casa namespace.
Adjusted the copyright to be ATNF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r107 r125  
    33//#---------------------------------------------------------------------------
    44//# Copyright (C) 2004
    5 //# Malte Marquarding, ATNF
     5//# ATNF
    66//#
    77//# This program is free software; you can redistribute it and/or modify it
     
    3131#include <boost/python.hpp>
    3232
     33#include <casa/aips.h>
     34#include <casa/Containers/Block.h>
     35#include <casa/Utilities/CountedPtr.cc>
     36
    3337#include "SDMathWrapper.h"
    3438
     39using namespace casa;
    3540using namespace boost::python;
    3641
     
    5964      def("scale", &SDMathWrapper::scale);
    6065      def("add", &SDMathWrapper::add);
    61       def("baseline", &SDMathWrapper::baseline);
    6266      def("hanning", &SDMathWrapper::hanning);
    6367      def("averages", &SDMathWrapper::averages);
Note: See TracChangeset for help on using the changeset viewer.