From 09b7a5cbf900001d6b1a33ce7a36bd1efd9508aa Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 22 Sep 2016 10:31:33 -0500 Subject: [PATCH] bad init --- CXX/yapq.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CXX/yapq.hh b/CXX/yapq.hh index 0c306cf22..2c15cc649 100644 --- a/CXX/yapq.hh +++ b/CXX/yapq.hh @@ -68,7 +68,7 @@ public: /// goal, say `main`, `init`, `live`. inline YAPQuery(YAPAtom g) : YAPPredicate( g ) { goal = YAPAtomTerm( g ); - vnames = YAPListTerm(names); + vnames = YAPListTerm(); openQuery(); };