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

@@ -8,6 +8,8 @@
#include "Util.h"
namespace horus {
bool FactorGraph::exportLd_ = false;
bool FactorGraph::exportUai_ = false;
bool FactorGraph::exportGv_ = false;
@@ -480,3 +482,5 @@ FactorGraph::containsCycle (
return false; // no cycle detected in this component
}
} // namespace horus