diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-23 10:59:54 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-23 10:59:54 -0600 |
commit | 699861922d5349ffa98b518f34016b2be2ca368d (patch) | |
tree | b1172a41c89b382487772ef05c8a5ce70c068fa0 /include/chillmodule.hh | |
parent | 16f097d5548e9b31ab4b0dc343afeb680b361e28 (diff) | |
download | chill-699861922d5349ffa98b518f34016b2be2ca368d.tar.gz chill-699861922d5349ffa98b518f34016b2be2ca368d.tar.bz2 chill-699861922d5349ffa98b518f34016b2be2ca368d.zip |
more changes
Diffstat (limited to 'include/chillmodule.hh')
-rw-r--r-- | include/chillmodule.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/chillmodule.hh b/include/chillmodule.hh index e83119f..896cc7c 100644 --- a/include/chillmodule.hh +++ b/include/chillmodule.hh @@ -9,7 +9,9 @@ #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(); |