Change namespace name to be in Pascal case
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "Horus.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
namespace Horus {
|
||||
|
||||
BpLink::BpLink (FacNode* fn, VarNode* vn)
|
||||
{
|
||||
@@ -572,5 +572,5 @@ BeliefProp::printLinkInformation (void) const
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
} // namespace Horus
|
||||
|
||||
|
Reference in New Issue
Block a user