mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
changed FilterBinIter interface to simplify things a little
This commit is contained in:
parent
d6d804600f
commit
a7a7ceed12
2 changed files with 8 additions and 9 deletions
|
|
@ -23,8 +23,7 @@ class FilterBinIter
|
|||
public:
|
||||
|
||||
//! Construct an iterator over bins that match a given particle's state.
|
||||
FilterBinIter(const Tally& tally, const Particle* p,
|
||||
std::vector<FilterMatch>* particle_filter_matches);
|
||||
FilterBinIter(const Tally& tally, Particle* p);
|
||||
|
||||
//! Construct an iterator over all filter bin combinations.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue