diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 17:59:18 +0000 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 17:59:18 +0000 |
commit | cfafd2ffcad803e7bb02b60c085eafd73f28f87a (patch) | |
tree | d84324500a8b91dfea1a36ed96db5345c57b47b4 /chill/include/chillmodule.hh | |
parent | 2fc34985f331c8d7b92969c5c657cb24f340ce25 (diff) | |
download | chill-cfafd2ffcad803e7bb02b60c085eafd73f28f87a.tar.gz chill-cfafd2ffcad803e7bb02b60c085eafd73f28f87a.tar.bz2 chill-cfafd2ffcad803e7bb02b60c085eafd73f28f87a.zip |
cleanup
Diffstat (limited to 'chill/include/chillmodule.hh')
-rw-r--r-- | chill/include/chillmodule.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chill/include/chillmodule.hh b/chill/include/chillmodule.hh index a64ad1b..2cb6587 100644 --- a/chill/include/chillmodule.hh +++ b/chill/include/chillmodule.hh @@ -11,11 +11,9 @@ //static PyMethodDef ChillMethods[] ; -#ifndef CUDACHILL void finalize_loop(int loop_num_start, int loop_num_end); int get_loop_num_start(); int get_loop_num_end(); -#endif - PyMODINIT_FUNC initchill() ; // pass C methods to python + #endif |