From 210f77d2c32f14d2e99577fd3c9842bb19d47e50 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Mon, 19 Sep 2016 21:14:58 +0000 Subject: Moved most modules into lib --- include/chillmodule.hh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/chillmodule.hh (limited to 'include/chillmodule.hh') diff --git a/include/chillmodule.hh b/include/chillmodule.hh new file mode 100644 index 0000000..e83119f --- /dev/null +++ b/include/chillmodule.hh @@ -0,0 +1,17 @@ +#ifndef CHILLMODULE_HH +#define CHILLMODULE_HH + +/*! + * \file + * \brief chill interface to python + */ + +#include + +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 -- cgit v1.2.3-70-g09d2