Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
cfichtlscherer committed Jul 8, 2023
1 parent b43ebae commit 24d8cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tallies/tally.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ void Tally::add_filter(Filter* filter)
return;

// Keep track of indices for special filters
if (filt->type() == FilterType::ENERGY_OUT {
if (filt->type() == FilterType::ENERGY_OUT) {
energyout_filter_ = filters_.size();
} else if (filt->type() == FilterType::DELAYED_GROUP) {
delayedgroup_filter_ = filters_.size();
Expand Down

0 comments on commit 24d8cb5

Please sign in to comment.