Skip to content

Commit

Permalink
More abslength -> interaction_length
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jan 9, 2024
1 parent d98632b commit eb8f7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basic/test/test-LXe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TEST_CASE("liquid xenon properties", "[.xfail][xenon][properties]") {
};


auto abs_lengths = measure_abslength(interaction_length_config{
auto abs_lengths = measure_interaction_length(interaction_length_config{
.physics = our_optical_physics()
, .material = LXe
, .particle_name = "gamma"
Expand Down

0 comments on commit eb8f7c3

Please sign in to comment.