summaryrefslogtreecommitdiff
path: root/chill/include/chillmodule.hh
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-19 21:14:58 +0000
committerTuowen Zhao <ztuowen@gmail.com>2016-09-19 21:14:58 +0000
commit210f77d2c32f14d2e99577fd3c9842bb19d47e50 (patch)
tree5edb327c919b8309e301c3440fb6668a0075c8ef /chill/include/chillmodule.hh
parenta66ce5cd670c4d3c0dc449720f5bc45dd4c281b8 (diff)
downloadchill-210f77d2c32f14d2e99577fd3c9842bb19d47e50.tar.gz
chill-210f77d2c32f14d2e99577fd3c9842bb19d47e50.tar.bz2
chill-210f77d2c32f14d2e99577fd3c9842bb19d47e50.zip
Moved most modules into lib
Diffstat (limited to 'chill/include/chillmodule.hh')
-rw-r--r--chill/include/chillmodule.hh17
1 files changed, 0 insertions, 17 deletions
diff --git a/chill/include/chillmodule.hh b/chill/include/chillmodule.hh
deleted file mode 100644
index e83119f..0000000
--- a/chill/include/chillmodule.hh
+++ /dev/null
@@ -1,17 +0,0 @@
-#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);
-int get_loop_num_start();
-int get_loop_num_end();
-//! pass C methods to python
-PyMODINIT_FUNC initchill();
-
-#endif