Skip to content

Fix hits split probability by using NAN as default

Fixes issue #117 (closed). HitWriter included default value of '-1' for splitProbability, this resulted in this variable being written as an int to h5, this merge fixes this by setting the default value to NAN.

Edited by Nikita Ivvan Pond

Merge request reports