Put the code inside a horus namespace
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "Indexer.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
OrNode::~OrNode (void)
|
||||
{
|
||||
delete leftBranch_;
|
||||
@@ -1316,3 +1318,5 @@ LiftedKc::printSolverFlags (void) const
|
||||
std::cout << ss.str() << std::endl;
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
|
Reference in New Issue
Block a user