summaryrefslogtreecommitdiff
path: root/src/theory/model_manager_distributed.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-09 17:22:07 -0700
committerGitHub <noreply@github.com>2021-04-09 17:22:07 -0700
commitf87f038c5f0821d0fefb01cea00bfdec6004da91 (patch)
treed948178e1c0d2dc459a976f0d187d2d41a5437c0 /src/theory/model_manager_distributed.cpp
parent550c49a7dd2b13ea29743458336f0c0a0fb6099a (diff)
Rename CVC4_ macros to CVC5_. (#6327)
Diffstat (limited to 'src/theory/model_manager_distributed.cpp')
-rw-r--r--src/theory/model_manager_distributed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/model_manager_distributed.cpp b/src/theory/model_manager_distributed.cpp
index 61279ee11..b67f2dc8c 100644
--- a/src/theory/model_manager_distributed.cpp
+++ b/src/theory/model_manager_distributed.cpp
@@ -67,7 +67,7 @@ bool ModelManagerDistributed::prepareModel()
// Consult each active theory to get all relevant information concerning the
// model, which includes both dump their equality information and assigning
// values. Notice the order of theories here is important and is the same
- // as the list in CVC4_FOR_EACH_THEORY in theory_engine.cpp.
+ // as the list in CVC5_FOR_EACH_THEORY in theory_engine.cpp.
for (TheoryId theoryId = theory::THEORY_FIRST; theoryId < theory::THEORY_LAST;
++theoryId)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback