Skip to content
Snippets Groups Projects
Unverified Commit 8edfef8b authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Make points hashsble. (#1950)

parent db887a9e
No related branches found
No related tags found
No related merge requests found
......@@ -122,3 +122,4 @@ ARB_ARBOR_API bool test_invariants(const mcable_list&);
ARB_DEFINE_HASH(arb::mcable, a.branch, a.prox_pos, a.dist_pos);
ARB_DEFINE_HASH(arb::mlocation, a.branch, a.pos);
ARB_DEFINE_HASH(arb::mpoint, a.x, a.y, a.z, a.radius);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment