Skip to content
Snippets Groups Projects
Commit d4030543 authored by yaskovet's avatar yaskovet
Browse files

Merge Box and SpaceBox into Box; reduce code duplication

parent 3604644b
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ private: ...@@ -173,7 +173,7 @@ private:
for (int i = 0 ; i < subs.size() ; i++) for (int i = 0 ; i < subs.size() ; i++)
{ {
SpaceBox<vd_type::dims, typename vd_type::stype> sub = subs.get(i); Box<vd_type::dims, typename vd_type::stype> sub = subs.get(i);
sub.enlarge(g); sub.enlarge(g);
is_inside |= sub.isInside(p); is_inside |= sub.isInside(p);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment