Skip to content

Commit

Permalink
Rename two files to make file names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Oct 3, 2024
1 parent 5661ef0 commit 71fb106
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/cluster/ArborX_Dendrogram.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef ARBORX_DENDROGRAM_HPP
#define ARBORX_DENDROGRAM_HPP

#include <detail/ArborX_Dendrogram.hpp>
#include <detail/ArborX_DendrogramHelpers.hpp>
#include <detail/ArborX_WeightedEdge.hpp>
#include <kokkos_ext/ArborX_KokkosExtSort.hpp>
#include <kokkos_ext/ArborX_KokkosExtViewHelpers.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/cluster/ArborX_MinimumSpanningTree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <ArborX_LinearBVH.hpp>
#include <detail/ArborX_AccessTraits.hpp>
#include <detail/ArborX_MinimumSpanningTree.hpp>
#include <detail/ArborX_BoruvkaHelpers.hpp>
#include <detail/ArborX_MutualReachabilityDistance.hpp>
#include <detail/ArborX_PredicateHelpers.hpp>
#include <detail/ArborX_TreeNodeLabeling.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* SPDX-License-Identifier: BSD-3-Clause *
****************************************************************************/

#ifndef ARBORX_MINIMUM_SPANNING_TREE_HPP
#define ARBORX_MINIMUM_SPANNING_TREE_HPP
#ifndef ARBORX_BORUVKA_HELPERS_HPP
#define ARBORX_BORUVKA_HELPERS_HPP

#include <detail/ArborX_GeometryAlgorithms.hpp>
#include <detail/ArborX_HappyTreeFriends.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* SPDX-License-Identifier: BSD-3-Clause *
****************************************************************************/

#ifndef ARBORX_DENDROGRAM_HPP
#define ARBORX_DENDROGRAM_HPP
#ifndef ARBORX_DENDROGRAM_HELPERS_HPP
#define ARBORX_DENDROGRAM_HELPERS_HPP

#include <detail/ArborX_UnionFind.hpp>
#include <kokkos_ext/ArborX_KokkosExtStdAlgorithms.hpp> // iota
Expand Down

0 comments on commit 71fb106

Please sign in to comment.