mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
documentation fix tally.h
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
99027fdd15
commit
3ff11280a1
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue