Skip to content

Commit

Permalink
Don't neglect constants
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Dec 31, 2024
1 parent bf75af2 commit f7bf6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/units.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Constants {
Constants(Units &units);

KOKKOS_FUNCTION
Constants(const Constants &other) {}
Constants(const Constants &other) = default;

KOKKOS_INLINE_FUNCTION
Real GetGPhysical() const { return G_; }
Expand Down

0 comments on commit f7bf6c6

Please sign in to comment.