Skip to content

Commit

Permalink
Fix (xs) units for chlep ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
whokion committed Mar 6, 2024
1 parent 57a91db commit 12b7dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/celeritas/neutron/NeutronElastic.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ TEST_F(NeutronElasticTest, macro_xs)

// Check the CHIPS macroscopic cross section at the upper bound (20 GeV)
EXPECT_SOFT_EQ(
native_value_to<units::InvCmXs>(calc_xs(MevEnergy{2000}).value()),
native_value_to<units::InvCmXs>(calc_xs(MevEnergy{2000})).value(),
0.036279681208164501);
}

Expand Down

0 comments on commit 12b7dc5

Please sign in to comment.