﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
382	SAO: interpretation of array dimensions is overloaded	davidf		"Various arrays are allocated based upon {{{m_iNumTotalParts}}}, derived from {{{m_aiNumCulPartsLevel[m_uiMaxSplitLevel]}}}:
 - m_iCount
 - m_iOffset
 - m_iOffsetOrg
 - m_iRate
 - m_iDist
 - m_dCost
 - m_iDistOrg
 - m_dCostPartBest
 - m_iTypePartBest

The two definitions are effectively:
 - m_iCount[numTotalParts]
 - m_iCount[numComponents]

r2080 fixes the case where numTotalParts < numComponents.

In general, this sort of overloading should be fixed."	enhancement	closed	minor		HM	HM-6.0	wontfix		fbossen ksuehring davidf jct-vc@…
