diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 18:58:56 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 18:58:56 -0600 |
commit | bdaf6dc251d98fc1c93165fa8579378204b395e1 (patch) | |
tree | ef961130983342c2615a0a84c8f754a017449312 /chill/src/chillmodule.cc | |
parent | 8ef3af85585446d897ae292476f433fb6db20c0c (diff) | |
download | chill-bdaf6dc251d98fc1c93165fa8579378204b395e1.tar.gz chill-bdaf6dc251d98fc1c93165fa8579378204b395e1.tar.bz2 chill-bdaf6dc251d98fc1c93165fa8579378204b395e1.zip |
chill doc
Diffstat (limited to 'chill/src/chillmodule.cc')
-rw-r--r-- | chill/src/chillmodule.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chill/src/chillmodule.cc b/chill/src/chillmodule.cc index 36f810e..b7012cc 100644 --- a/chill/src/chillmodule.cc +++ b/chill/src/chillmodule.cc @@ -17,10 +17,6 @@ #include "chillmodule.hh" -#undef _POSIX_C_SOURCE -#undef _XOPEN_SOURCE -#include <Python.h> - using namespace omega; extern Loop *myloop; |