summaryrefslogtreecommitdiff
path: root/chill/src/chillmodule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chill/src/chillmodule.cc')
-rw-r--r--chill/src/chillmodule.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chill/src/chillmodule.cc b/chill/src/chillmodule.cc
index 024ac33..0e41f88 100644
--- a/chill/src/chillmodule.cc
+++ b/chill/src/chillmodule.cc
@@ -341,6 +341,7 @@ static PyObject* chill_exit(PyObject* self, PyObject* args) {
static void add_known(std::string cond_expr) {
int num_dim = myloop->known.n_set();
std::vector<std::map<std::string, int> >* cond;
+ // TODO since we are using python, change this!
cond = parse_relation_vector(cond_expr.c_str());
Relation rel(num_dim);