Skip to content

Commit

Permalink
update timed mesh filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Nov 11, 2024
1 parent 1e0994d commit 3b30ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tallies/filter_timed_mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void TimedMeshFilter::set_mesh(int32_t mesh)
{
// perform any additional perparation for mesh tallies here
mesh_ = mesh;
model::meshes[mesh_]->prepare_for_tallies();
model::meshes[mesh_]->prepare_for_point_location();

reset_bins();
}
Expand Down

0 comments on commit 3b30ffa

Please sign in to comment.