documentation fix tally.h

Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
Lewis Gross 2022-08-11 13:26:12 -05:00 committed by GitHub
parent 99027fdd15
commit 3ff11280a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,8 @@ public:
void set_nuclides(const vector<std::string>& nuclides);
const vector<int32_t>& 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<int32_t>& filters() const { return filters_; }
int32_t filters(int i) const { return filters_[i]; } // i corresponds to the index of the filter for this tally