diff options
Diffstat (limited to 'interface/pymodel.hpp')
-rw-r--r-- | interface/pymodel.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface/pymodel.hpp b/interface/pymodel.hpp index 8041a6b..729840c 100644 --- a/interface/pymodel.hpp +++ b/interface/pymodel.hpp @@ -1,3 +1,11 @@ +/** + \file pymodel.hpp + \brief model wrapper of python functions + \author Junhua Gu + */ + + + #ifndef PYMODEL #define PYMODEL #include <boost/python.hpp> |