Put the code inside a horus namespace

This commit is contained in:
Tiago Gomes
2013-02-07 23:53:13 +00:00
parent 4267465f53
commit 6f83ceb6f5
52 changed files with 270 additions and 53 deletions

View File

@@ -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