Skip to content
Snippets Groups Projects

Counters: Change return type of floating point operations

Merged Frank Winklmeier requested to merge fwinkl/Gaudi:counters_return_type into master

Previously the return type of e.g. AveragingCounter<int>::mean() would be fixed to int. Change the default type to double but also allow the user to explicitly specify the return type via an additional template parameter: mean<long>(). The same change was done for all methods involving floating point operations.

This fixes issue #50 (closed).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading