Skip to content

Set VectorXd arrays to zero after creation/resizing

Raza, Zamaan requested to merge detector_state_bugfix into develop

Detector state arrays contained some garbage numbers since they were not initialised to zero. Not clear whether this was causing any problems, but probably best to fix it...

Merge request reports