This commit is contained in:
Andreas Fabri 2019-01-28 08:37:26 +01:00
parent 6b4ecd0f32
commit c636ea1ce2
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@ public:
Kd_tree_element(const Base& p, unsigned int id=0)
: Base(p), index(id)
{}
Kd_tree_element(const Kd_tree_element& other)
: Base(other), index(other.index)
{}
};
// Helper class for the Kd-tree