Skip to content

Remove template argument from Gaudi::Accumulators:Counter

Frank Winklmeier requested to merge fwinkl/athena:counter into master

The template argument of Gaudi::Accumulators:Counter was never used (the underlying type was always unsigned long). gaudi/Gaudi!1112 (merged) will no longer allow specifying a template argument.

Merge request reports