From 7a9899f394476e53b7f759e698c7e10c8388fd57 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 4 Oct 2012 20:48:13 +0000 Subject: disable model-generation by default in cvc3 compatibility layer. should fix system test failure (bug 414). --- src/theory/quantifiers/modes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/theory/quantifiers') diff --git a/src/theory/quantifiers/modes.h b/src/theory/quantifiers/modes.h index 8c56b8f3f..0db2ea891 100644 --- a/src/theory/quantifiers/modes.h +++ b/src/theory/quantifiers/modes.h @@ -19,8 +19,8 @@ #include "cvc4_private.h" -#ifndef __CVC4__THEORY__QUANTIFIERS__MODEs_H -#define __CVC4__THEORY__QUANTIFIERS__MODEs_H +#ifndef __CVC4__THEORY__QUANTIFIERS__MODES_H +#define __CVC4__THEORY__QUANTIFIERS__MODES_H #include @@ -65,4 +65,4 @@ std::ostream& operator<<(std::ostream& out, theory::quantifiers::InstWhenMode mo }/* CVC4 namespace */ -#endif /* __CVC4__THEORY__QUANTIFIERS__INST_WHEN_MODE_H */ +#endif /* __CVC4__THEORY__QUANTIFIERS__MODES_H */ -- cgit v1.2.3