summaryrefslogtreecommitdiff
path: root/src/theory/mktheorytraits
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-06-30 06:06:30 +0000
committerMorgan Deters <mdeters@gmail.com>2011-06-30 06:06:30 +0000
commit29cf5a3812f1edafc3c233483c65f0cc4b125295 (patch)
tree307f9c8981e5879a4a21fe26e4e89b902f29bbee /src/theory/mktheorytraits
parentc64799a735cc9fecb8e618b2c66b252d7cda549d (diff)
only use theory registration if (1) a theory requests it, or (2) if there's more than one "real" theory (not BUILTIN or BOOL) active
Diffstat (limited to 'src/theory/mktheorytraits')
-rwxr-xr-xsrc/theory/mktheorytraits2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/mktheorytraits b/src/theory/mktheorytraits
index 45c108b72..538ffb25f 100755
--- a/src/theory/mktheorytraits
+++ b/src/theory/mktheorytraits
@@ -133,7 +133,7 @@ struct TheoryTraits<${theory_id}> {
static const bool hasRegisterTerm = ${theory_has_registerTerm};
static const bool hasNotifyRestart = ${theory_has_notifyRestart};
static const bool hasPresolve = ${theory_has_presolve};
-};
+};/* struct TheoryTraits<${theory_id}> */
"
# warnings about theory content and properties
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback