Skip to content

FIX #311

bchareyre requested to merge FIX311 into master

As mentioned in #311 (closed), Clump::ids is declared but it remains empty, which is very dangerous: the ids were actually used in some functions. This fix provides Clump::ids for python and it fixes the c++ functions trying to use the empty list:

  • deleteClumpMember
  • deleteClumpBody
  • PotentialBlockVTKRecorder::action
  • ShopLS::lsSimpleShape
  • BlockGen::generate
Edited by bchareyre

Merge request reports