From a1466978fbc328507406d4a121dab4d1a1047e1d Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Wed, 31 Mar 2021 15:23:17 -0700 Subject: Rename namespace CVC4 to CVC5. (#6249) --- src/smt/node_command.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/smt/node_command.h') diff --git a/src/smt/node_command.h b/src/smt/node_command.h index faef7aca3..0820ea807 100644 --- a/src/smt/node_command.h +++ b/src/smt/node_command.h @@ -25,7 +25,7 @@ #include "expr/type_node.h" #include "options/language.h" -namespace CVC4 { +namespace CVC5 { /** * A node version of Command. DO NOT use this version unless there is a need @@ -142,6 +142,6 @@ class DefineFunctionNodeCommand : public NodeCommand Node d_formula; }; -} // namespace CVC4 +} // namespace CVC5 #endif /* CVC4__SMT__NODE_COMMAND_H */ -- cgit v1.2.3