Correctly score pulse height tally when no cell filter is present (#3821)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
GuySten 2026-02-26 04:44:17 +02:00 committed by GitHub
parent 8081815b99
commit 3ba8a9f078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 48 additions and 59 deletions

View file

@ -212,7 +212,7 @@ extern vector<int> active_collision_tallies;
extern vector<int> active_meshsurf_tallies;
extern vector<int> active_surface_tallies;
extern vector<int> active_pulse_height_tallies;
extern vector<int> pulse_height_cells;
extern vector<int32_t> pulse_height_cells;
extern vector<double> time_grid;
} // namespace model