summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 36255d1d6..020a2b194 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -447,6 +447,7 @@ public:
* the actual computation, and use addCarePair to add pairs to the care graph.
*/
void getCareGraph(CareGraph& careGraph) {
+ Trace("sharing") << "Theory<" << getId() << ">::getCareGraph()" << std::endl;
TimerStat::CodeTimer computeCareGraphTime(d_computeCareGraphTime);
d_careGraph = &careGraph;
computeCareGraph();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback