diff --git a/include/openmc/tallies/tally.h b/include/openmc/tallies/tally.h index 46284dea2e..bc7ecaa922 100644 --- a/include/openmc/tallies/tally.h +++ b/include/openmc/tallies/tally.h @@ -47,7 +47,8 @@ public: void set_nuclides(const vector& nuclides); - const vector& filters() const { return filters_; } // returns vector of inidices corresponding to the tally this is called on + //! returns vector of indices corresponding to the tally this is called on + const vector& filters() const { return filters_; } int32_t filters(int i) const { return filters_[i]; } // i corresponds to the index of the filter for this tally