AMReX-Astro / Microphysics

common astrophysical microphysics routines with interfaces for the different AMReX codes
https://amrex-astro.github.io/Microphysics
Other
35 stars 34 forks source link

Rename the numeric type template parameter from dual_t to number_t #1616

Closed yut23 closed 3 months ago

yut23 commented 3 months ago

This is more accurate, as it may be either amrex::Real or a dual type.

No functional changes.