summaryrefslogtreecommitdiff
path: root/src/theory/mktheorytraits
diff options
context:
space:
mode:
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 2056c6306..45c108b72 100755
--- a/src/theory/mktheorytraits
+++ b/src/theory/mktheorytraits
@@ -131,7 +131,7 @@ struct TheoryTraits<${theory_id}> {
static const bool hasPropagate = ${theory_has_propagate};
static const bool hasStaticLearning = ${theory_has_staticLearning};
static const bool hasRegisterTerm = ${theory_has_registerTerm};
- static const bool hasNotifyRestart = ${theory_has_staticLearning};
+ static const bool hasNotifyRestart = ${theory_has_notifyRestart};
static const bool hasPresolve = ${theory_has_presolve};
};
"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback