Changeset 1797 for branches/newfiller
- Timestamp:
- 08/02/10 10:46:49 (14 years ago)
- Location:
- branches/newfiller
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newfiller/src/python_asap.cpp
r1796 r1797 76 76 asap::python::python_LineCatalog(); 77 77 asap::python::python_Logger(); 78 //asap::python::python_LogSink();78 asap::python::python_LogSink(); 79 79 asap::python::python_STCoordinate(); 80 80 asap::python::python_STAtmosphere(); -
branches/newfiller/src/python_asap.h
r1796 r1797 48 48 void python_LineCatalog(); 49 49 void python_Logger(); 50 //void python_LogSink();50 void python_LogSink(); 51 51 void python_STCoordinate(); 52 52 void python_STAtmosphere();
Note:
See TracChangeset
for help on using the changeset viewer.