Rename namespace partition to partitioner
Rename module partition to partitioner. This cultivates naming used in existing modules like extractor, customizer, etc. - noun vs verb (word partition is both though).
This commit is contained in:
committed by
Patrick Niklaus
parent
03f598b93d
commit
8114104a43
@@ -27,7 +27,7 @@ namespace routing_algorithms
|
||||
using namespace mld;
|
||||
|
||||
using Heap = SearchEngineData<Algorithm>::QueryHeap;
|
||||
using Partition = partition::MultiLevelPartitionView;
|
||||
using Partition = partitioner::MultiLevelPartitionView;
|
||||
using Facade = DataFacade<Algorithm>;
|
||||
|
||||
// Implementation details
|
||||
|
||||
Reference in New Issue
Block a user