Changeset 92


Ignore:
Timestamp:
11/12/04 12:18:19 (20 years ago)
Author:
mar637
Message:

added fitter
added exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SD.h

    r83 r92  
    3232#define _PYTHON_SD_H
    3333
     34class AipsError;
     35
    3436namespace asap {
    3537  namespace python {
    36 
     38    void translate_ex(AipsError const& e);
    3739    void python_SDMemTable();
    3840    void python_SDReader();
    3941    void python_SDWriter();
    4042    void python_SDMath();
    41    
     43    void python_SDFitter();
     44
    4245  } // python
    4346} //asap
Note: See TracChangeset for help on using the changeset viewer.