Skip to content

Commit

Permalink
Remove obsolete celeritas configuration parameter
Browse files Browse the repository at this point in the history
Co-authored-by: Seth R. Johnson <[email protected]>
  • Loading branch information
rahmans1 and sethrj authored Dec 12, 2024
1 parent 5cb88c5 commit 464cac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DDG4/src/Celeritas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ SetupOptions& CelerSetupOptions()
so.make_along_step = celeritas::UniformAlongStepFactory();
// NOTE: these numbers are appropriate for CPU execution
so.max_num_tracks = 1024;
// This will eventually go
so.max_num_events = 100000;
so.initializer_capacity = 1024 * 128;
// Celeritas does not support EmStandard MSC physics above 100 MeV
so.ignore_processes = {"CoulombScat"};
Expand Down

0 comments on commit 464cac2

Please sign in to comment.