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

@@ -6,6 +6,9 @@
#include "Parfactor.h"
#include "ProbFormula.h"
namespace horus {
class Parfactor;
@@ -117,5 +120,7 @@ class ParfactorList
std::list<Parfactor*> pfList_;
};
} // namespace horus
#endif // YAP_PACKAGES_CLPBN_HORUS_PARFACTORLIST_H_