Skip to content

Restore old convert algorithm in RootGeoManager

Sandro Christian Wenzel requested to merge swenzel/RootGeoManagerFix into master
  • restore earlier behaviour in RootGeoManager when a shape has no known conversion (returning a nullptr is not an option since we rely on the a correct registration of all unplaced shapes in fUnplacedVolumeMap)

  • change unsigned int variable back to int (since otherwise strange overflow bugs appear)

Merge request reports