mirror of https://github.com/CGAL/cgal
Typedef Cell as Node
This commit is contained in:
parent
e54f753312
commit
d96a4fd9a2
|
|
@ -1076,7 +1076,7 @@ private:
|
||||||
const std::vector<int> &shapeIndex,
|
const std::vector<int> &shapeIndex,
|
||||||
std::size_t requiredSamples) {
|
std::size_t requiredSamples) {
|
||||||
|
|
||||||
typedef typename Octree::Cell Cell;
|
typedef typename Octree::Node Cell;
|
||||||
|
|
||||||
bool upperZ, upperY, upperX;
|
bool upperZ, upperY, upperX;
|
||||||
const Cell *cur = octree->root();
|
const Cell *cur = octree->root();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue