Changeset 2356
- Timestamp:
- 12/01/11 20:05:36 (13 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/CMakeLists.txt
r2155 r2356 38 38 ${PYTHONDIR}/simplelinefinder.py 39 39 ${PYTHONDIR}/utils.py 40 ${PYTHONDIR}/asapgrid.py 40 41 ${PYTHONDIR}/svninfo.txt ) 41 42 -
trunk/python/__init__.py
r1875 r2356 52 52 from opacity import skydip 53 53 from opacity import model as opacity_model 54 from asapgrid import asapgrid 54 55 from _asap import srctype 55 56 -
trunk/src/CMakeLists.txt
r2321 r2356 58 58 ${SRCDIR}/AsapLogSink.cpp 59 59 ${SRCDIR}/STUpgrade.cpp 60 ${SRCDIR}/STGrid.cpp 60 61 ${SRCDIR}/Templates.cpp ) 61 62 … … 78 79 ${SRCDIR}/python_MSWriter.cpp 79 80 ${SRCDIR}/python_LogSink.cpp 81 ${SRCDIR}/python_STGrid.cpp 80 82 ${SRCDIR}/python_asap.cpp ) 81 83 -
trunk/src/python_asap.cpp
r1974 r2356 84 84 asap::python::python_STAtmosphere(); 85 85 asap::python::python_SrcType(); 86 asap::python::python_STGrid(); 86 87 87 88 #ifndef HAVE_LIBPYRAP -
trunk/src/python_asap.h
r2163 r2356 52 52 void python_STAtmosphere(); 53 53 void python_SrcType(); 54 void python_STGrid(); 54 55 55 56 } // python
Note:
See TracChangeset
for help on using the changeset viewer.