Changeset 1796 for branches/newfiller
- Timestamp:
- 07/30/10 19:00:47 (14 years ago)
- Location:
- branches/newfiller/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newfiller/src/python_asap.cpp
r1757 r1796 67 67 asap::python::python_Scantable(); 68 68 asap::python::python_STFiller(); 69 asap::python::python_Filler(); 69 70 asap::python::python_STSelector(); 70 71 asap::python::python_STMath(); … … 75 76 asap::python::python_LineCatalog(); 76 77 asap::python::python_Logger(); 78 // asap::python::python_LogSink(); 77 79 asap::python::python_STCoordinate(); 78 80 asap::python::python_STAtmosphere(); -
branches/newfiller/src/python_asap.h
r1757 r1796 39 39 void python_Scantable(); 40 40 void python_STFiller(); 41 void python_Filler(); 41 42 void python_STSelector(); 42 43 void python_STMath(); … … 47 48 void python_LineCatalog(); 48 49 void python_Logger(); 50 // void python_LogSink(); 49 51 void python_STCoordinate(); 50 52 void python_STAtmosphere();
Note:
See TracChangeset
for help on using the changeset viewer.