Put the code inside a horus namespace
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "BayesBall.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
BayesBall::BayesBall (FactorGraph& fg)
|
||||
: fg_(fg) , dag_(fg.getStructure())
|
||||
{
|
||||
@@ -93,3 +95,5 @@ BayesBall::constructGraph (FactorGraph* fg) const
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
|
Reference in New Issue
Block a user