Updated by Andrey Kamaev about 13 years ago

Hello all!

I have found strange code in:

<pre><code class="cpp">


void middleSplit(int* ind, int count, int& index, int& cutfeat, DistanceType& [[DistanceType]]& cutval, const BoundingBox& [[BoundingBox]]& bbox)
{
// find the largest span from the approximate bounding box
...
ElementType [[ElementType]] span = bbox[i].low-bbox[i].low;
...
</code></pre>


the span always is 0!!!! Is it correct???

Back