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

@@ -10,6 +10,8 @@
#include "Horus.h"
namespace horus {
Parfactor::Parfactor (
const ProbFormulas& formulas,
const Params& params,
@@ -946,3 +948,5 @@ Parfactor::alignLogicalVars (Parfactor* g1, Parfactor* g2)
g2->applySubstitution (theta2);
}
} // namespace horus