danieljprice / phantom

Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
https://phantomsph.github.io
Other
94 stars 223 forks source link

compilation with KROME=yes is not tested in GitHub actions #489

Closed danieljprice closed 1 month ago

danieljprice commented 8 months ago

the code is currently not checked to see if compiling with KROME=yes still works

also there are a lot of #ifdefs associated with KROME that could be removed if bespoke variables (gamma_chem, mu_chem) are replaced with the generic versions from eos_vars (see #55)