[vtkusers] CellLocator, Octrees and Segfaults...
Obada Mahdi
omahdi at gmx.de
Wed Oct 25 05:00:08 EDT 2006
Hi again,
On 10/25/06, Philipp Kemmeter <gildedfalcon at googlemail.com> wrote:
> That's helpful! Cool, I'll try it. Thanks a lot :)
You're welcome!
> 2006/10/25, Obada Mahdi <omahdi at gmx.de>:
[...]
> > int numLeafNodes = ( 2 << (3 * locator->GetLevel()) );
that should read "( 1 << (3 * locator->GetLevel()) )". Watch out, it
might not be the only mistake... ;)
Obada
More information about the vtkusers
mailing list