Skip to content

Add DistributedTree examples#732

Open
masterleinad wants to merge 7 commits intoarborx:masterfrom
masterleinad:example_distributed_tree
Open

Add DistributedTree examples#732
masterleinad wants to merge 7 commits intoarborx:masterfrom
masterleinad:example_distributed_tree

Conversation

@masterleinad
Copy link
Collaborator

Supersedes #724 (basically adding to it).

@masterleinad masterleinad force-pushed the example_distributed_tree branch from 3441bc9 to 018c7ca Compare September 9, 2022 19:56
@masterleinad masterleinad marked this pull request as ready for review September 12, 2022 19:35
@aprokop aprokop added the examples Anything to do with examples label Sep 22, 2022
float radius;
};
template <class Points>
Intersects(Points const &, int) -> Intersects<Points>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Intersects(Points const &, int) -> Intersects<Points>;
Intersects(Points, int) -> Intersects<Points>;

Wondering whether we should comment that we don't need it from C++20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

examples Anything to do with examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants