Skip to content
Snippets Groups Projects
Commit 8adc7cc4 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

eye candy

parent 9c76ae5c
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,8 @@ private: ...@@ -88,8 +88,8 @@ private:
const std::vector<Real>& z); const std::vector<Real>& z);
void TraverseTree(const TetrahedralPolytopeTree& other_tree, void TraverseTree(const TetrahedralPolytopeTree& other_tree,
int this_idx, int other_idx, int this_idx, int other_idx,
std::vector<std::pair<int,int> >& result) const{ std::vector<std::pair<int,int> >& result) const{
if(!nodes_[this_idx].Overlap(other_tree.nodes_[other_idx])) return; if(!nodes_[this_idx].Overlap(other_tree.nodes_[other_idx])) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment