Skip to content

Commit

Permalink
Merge pull request #64 from RyanWollaeger/upd_spiner_head
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurlungur authored Jan 29, 2025
2 parents 6ccf891 + 3a9e9a1 commit b05c6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_mean_opacities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ TEST_CASE("ASCII-parsed Mean photon opacities", "[MeanPhotons]") {
Real B = dist.ThermalDistributionOfT(temp_max, lambda);

Real memiss_ross = mean_opac.Emissivity(rho_max, temp_max, 0);
Real memiss_plnk = mean_opac.Emissivity(rho_max, temp_max, 0);
Real memiss_plnk = mean_opac.Emissivity(rho_max, temp_max, 1);

// compare to Rossland and Planck
if (FractionalDifference(mross * B, memiss_ross) > EPS_TEST) {
Expand Down

0 comments on commit b05c6e1

Please sign in to comment.