Skip to content

Commit

Permalink
Atomic mass and number
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 4, 2024
1 parent 1e0f563 commit 0084c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_eos_tabulated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ SCENARIO("SpinerEOS depends on rho and sie", "[SpinerEOS][DependsRhoSie]") {
REQUIRE(steelEOS_host.matid() == steelID);

AND_THEN("We get the correct mean atomic mass and number") {
REQUIRE(steelEOS_host.MeanAtomicMass() == eospac.MeanAtomicMass());
REQUIRE(steelEOS_host.MeanAtomicNumber() == eospac.MeanAtomicNumber());
REQUIRE(isClose(steelEOS_host.MeanAtomicMass(), 55.37));
REQUIRE(isClose(steelEOS_host.MeanAtomicNumber(), 25.80));
}

int nw_ie2{0}, nw_te2{0};
Expand Down

0 comments on commit 0084c80

Please sign in to comment.