mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Correction to match's weights vector.
This commit is contained in:
parent
3114c93562
commit
f5651337e1
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ CellInstanceFilter::get_all_bins(const Particle& p, TallyEstimator estimator,
|
|||
auto search = map_.find({index_cell, instance});
|
||||
if (search != map_.end()) {
|
||||
match.bins_.push_back(search->second);
|
||||
match.bins_.push_back(1.0);
|
||||
match.weights_.push_back(1.0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue