Fix a warning I was getting in antibody/metrics.hh due to an uninizialized templated struct. Fixed by making a default constructor that
initializes templated members to 0, this should be fine as it seems usage of this struct is templating to primitives (eg. core::Real)