Skip to content

Fix Bug 107. Memory overrun in expandIntervals.

Compare
Choose a tag to compare
@michaelleerilee michaelleerilee released this 15 Oct 21:42
· 9 commits to master since this release

STARE::expandIntervalsMultiRes tried to coalesce faces of the root polygon, leading to an improper spatial interval and an interminable loop in expandIntervals. Fixed by check the resolution level of the interval currently being processed.