Skip to content

Commit

Permalink
Remove duplicated traits validation call
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Oct 24, 2023
1 parent 20f0d6d commit 89f01f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ArborX_LinearBVH.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ class BoundingVolumeHierarchy
Details::LegacyValues<Primitives, bounding_volume_type>{
primitives}),
Details::DefaultIndexableGetter(), curve)
{
Details::check_valid_access_traits(PrimitivesTag{}, primitives);
}
{}

template <typename ExecutionSpace, typename Predicates, typename Callback>
void query(ExecutionSpace const &space, Predicates const &predicates,
Expand Down

0 comments on commit 89f01f2

Please sign in to comment.