Typedef Cell as Node

This commit is contained in:
Jackson Campolattaro 2020-08-04 14:47:55 -04:00
parent e54f753312
commit d96a4fd9a2
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ private:
const std::vector<int> &shapeIndex,
std::size_t requiredSamples) {
typedef typename Octree::Cell Cell;
typedef typename Octree::Node Cell;
bool upperZ, upperY, upperX;
const Cell *cur = octree->root();