Change namespace name to be in Pascal case
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "WeightedBp.h"
|
||||
|
||||
namespace horus {
|
||||
namespace Horus {
|
||||
|
||||
WeightedBp::~WeightedBp (void)
|
||||
{
|
||||
@@ -305,5 +305,5 @@ WeightedBp::printLinkInformation (void) const
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
} // namespace Horus
|
||||
|
||||
|
Reference in New Issue
Block a user