bad init
This commit is contained in:
parent
02dabe8e3a
commit
09b7a5cbf9
@ -68,7 +68,7 @@ public:
|
|||||||
/// goal, say `main`, `init`, `live`.
|
/// goal, say `main`, `init`, `live`.
|
||||||
inline YAPQuery(YAPAtom g) : YAPPredicate( g ) {
|
inline YAPQuery(YAPAtom g) : YAPPredicate( g ) {
|
||||||
goal = YAPAtomTerm( g );
|
goal = YAPAtomTerm( g );
|
||||||
vnames = YAPListTerm(names);
|
vnames = YAPListTerm();
|
||||||
openQuery();
|
openQuery();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user