summaryrefslogtreecommitdiff
path: root/contrib/alttheoryskel/theory_DIR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/alttheoryskel/theory_DIR.cpp')
-rw-r--r--contrib/alttheoryskel/theory_DIR.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/alttheoryskel/theory_DIR.cpp b/contrib/alttheoryskel/theory_DIR.cpp
index 83d837322..ce29fd34d 100644
--- a/contrib/alttheoryskel/theory_DIR.cpp
+++ b/contrib/alttheoryskel/theory_DIR.cpp
@@ -16,6 +16,11 @@ Theory$camel::Theory$camel(context::Context* c,
}/* Theory$camel::Theory$camel() */
void Theory$camel::check(Effort level) {
+ if (done() && !fullEffort(level)) {
+ return;
+ }
+
+ TimerStat::CodeTimer checkTimer(d_checkTime);
while(!done()) {
// Get all the assertions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback