Change namespace name to be in Pascal case
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "LiftedOperations.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
namespace Horus {
|
||||
|
||||
void
|
||||
LiftedOperations::shatterAgainstQuery (
|
||||
@@ -275,5 +275,5 @@ LiftedOperations::absorve (
|
||||
return absorvedPfs;
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
} // namespace Horus
|
||||
|
||||
|
Reference in New Issue
Block a user