Skip to content

Commit

Permalink
Fix compiler error when calling addDataNTimes (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkaplan committed Jan 9, 2024
1 parent 43deb51 commit eea5b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sst/core/statapi/statbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ class Statistic : public StatisticBase, public StatisticCollector<T>

using Datum = T;
using StatisticCollector<T>::addData_impl;
using StatisticCollector<T>::addData_impl_Ntimes;

// The main method to add data to the statistic
/** Add data to the Statistic
* This will call the addData_impl() routine in the derived Statistic.
Expand Down

0 comments on commit eea5b83

Please sign in to comment.