diff options
Diffstat (limited to 'chill/include/chillmodule.hh')
-rw-r--r-- | chill/include/chillmodule.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chill/include/chillmodule.hh b/chill/include/chillmodule.hh index a99db0c..e83119f 100644 --- a/chill/include/chillmodule.hh +++ b/chill/include/chillmodule.hh @@ -1,6 +1,11 @@ #ifndef CHILLMODULE_HH #define CHILLMODULE_HH +/*! + * \file + * \brief chill interface to python + */ + #include <Python.h> void finalize_loop(int loop_num_start, int loop_num_end); |