Skip to content

Remove custom iterator from bodyContainer

Anton Gladky requested to merge fix/bodycontainer_iterator into master

This is the first try to fix the #119 (closed). The proposal is to remove the custom iterator, which seem to be overengineered. The negative side is that for-range loop will go through all, even removed bodies. In python it is skipped as before.

It is just a proposal. If somebody has a better idea, how to fix #119 (closed), it would be good to hear.

Merge request reports