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

@@ -11,7 +11,7 @@
#include "Horus.h"
namespace horus {
namespace Horus {
class Parfactor : public TFactor<ProbFormula>
{
@@ -122,7 +122,7 @@ class Parfactor : public TFactor<ProbFormula>
typedef std::vector<Parfactor*> Parfactors;
} // namespace horus
} // namespace Horus
#endif // YAP_PACKAGES_CLPBN_HORUS_PARFACTOR_H_