OpenGATE / opengate

Gate 10 (beta)
http://www.opengatecollaboration.org
GNU Lesser General Public License v3.0
42 stars 38 forks source link

Phs source fixed segmentation fault #328

Closed GitFuchs closed 3 months ago

GitFuchs commented 7 months ago

Fixed segmentation faults due to wrong variable type when passing from python to cpp. Was double, should be float.

Sometimes this would cause segmentation faults, sometimes never ending simulations.