Put the code inside a horus namespace
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "Var.h"
|
||||
#include "Horus.h"
|
||||
|
||||
namespace horus {
|
||||
|
||||
class BBNode : public Var
|
||||
{
|
||||
public:
|
||||
@@ -76,5 +78,7 @@ class BayesBallGraph
|
||||
std::unordered_map<VarId, BBNode*> varMap_;
|
||||
};
|
||||
|
||||
} // namespace horus
|
||||
|
||||
#endif // YAP_PACKAGES_CLPBN_HORUS_BAYESBALLGRAPH_H_
|
||||
|
||||
|
Reference in New Issue
Block a user