「view this page in B3 βῆτα server」

Revisions №56715

branch: master 「№56715」
Commited by: Tim Jacobs
GitHub commit link: 「6c9e9221a1b208da」
Difference from previous tested commit:  code diff
Commit date: 2014-04-24 10:58:59

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)

...