Change namespace name to be in Pascal case

This commit is contained in:
Tiago Gomes
2013-02-08 21:12:46 +00:00
parent 6a1a209ee3
commit e178c1af04
52 changed files with 146 additions and 146 deletions

View File

@@ -3,7 +3,7 @@
#include "BayesBall.h"
namespace horus {
namespace Horus {
BayesBall::BayesBall (FactorGraph& fg)
: fg_(fg) , dag_(fg.getStructure())
@@ -95,5 +95,5 @@ BayesBall::constructGraph (FactorGraph* fg) const
}
}
} // namespace horus
} // namespace Horus