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

@@ -8,7 +8,7 @@
#include "Util.h"
namespace horus {
namespace Horus {
bool FactorGraph::exportLd_ = false;
bool FactorGraph::exportUai_ = false;
@@ -482,5 +482,5 @@ FactorGraph::containsCycle (
return false; // no cycle detected in this component
}
} // namespace horus
} // namespace Horus