summaryrefslogtreecommitdiff
path: root/examples/nra-translate/smt2info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nra-translate/smt2info.cpp')
-rw-r--r--examples/nra-translate/smt2info.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nra-translate/smt2info.cpp b/examples/nra-translate/smt2info.cpp
index 661747ab0..1eb4b3d4d 100644
--- a/examples/nra-translate/smt2info.cpp
+++ b/examples/nra-translate/smt2info.cpp
@@ -25,9 +25,9 @@
#include <cvc4/cvc4.h>
using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::options;
unsigned compute_degree(ExprManager& exprManager, const Expr& term) {
unsigned n = term.getNumChildren();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback