mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
documentation fix tally.h
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
3ff11280a1
commit
6ef62fcaf1
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ public:
|
|||
//! 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
|
||||
//! \brief Returns the tally filter at index i
|
||||
int32_t filters(int i) const { return filters_[i]; }
|
||||
|
||||
void set_filters(gsl::span<Filter*> filters);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue