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 --- chill/include/chillmodule.hh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 chill/include/chillmodule.hh (limited to 'chill/include/chillmodule.hh') 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 - -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