Skip to content

Commit

Permalink
Fixed Cherenkov name in optical mock test base
Browse files Browse the repository at this point in the history
  • Loading branch information
Hollenbeck-Hayden committed Dec 5, 2024
1 parent bf1babf commit 8cda61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/celeritas/optical/OpticalMockTestBase.hh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class OpticalMockTestBase : public GlobalTestBase
SPConstTrackInit build_init() override { CELER_ASSERT_UNREACHABLE(); }
SPConstWentzelOKVI build_wentzel() override { CELER_ASSERT_UNREACHABLE(); }
SPConstAction build_along_step() override { CELER_ASSERT_UNREACHABLE(); }
SPConstCerenkov build_cerenkov() override { CELER_ASSERT_UNREACHABLE(); }
SPConstCherenkov build_cherenkov() override { CELER_ASSERT_UNREACHABLE(); }
SPConstScintillation build_scintillation() override
{
CELER_ASSERT_UNREACHABLE();
Expand Down

0 comments on commit 8cda61d

Please sign in to comment.