Skip to content

Commit

Permalink
printparams should be host device
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 4, 2024
1 parent c397e6c commit 1e0f563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions singularity-eos/eos/eos_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ struct MeanAtomicProperties {
PORTABLE_ALWAYS_REQUIRE(Abar > 0, "Positive mean atomic mass");
PORTABLE_ALWAYS_REQUIRE(Zbar > 0, "Positive mean atomic number");
}
PORTABLE_INLINE_FUNCTION
void PrintParams() const {
printf(" Abar = %g\n", Abar);
printf(" Zbar = %g\n", Zbar);
Expand Down

0 comments on commit 1e0f563

Please sign in to comment.