Skip to content

Commit

Permalink
fix type list comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 17, 2024
1 parent d282d09 commit 090559e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singularity-eos/eos/eos_type_lists.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ using singularity::variadic_utils::transform_variadic_list;
// all eos's
static constexpr const auto full_eos_list =
tl<IdealGas, Gruneisen, Vinet, MGUsup, PowerMG, JWL, DavisReactants, DavisProducts,
StiffGas,
StiffGas
#ifdef SINGULARITY_USE_V_AND_V_EOS
,
SAP_Polynomial, NobleAbel, CarnahanStarling
#endif // SINGULARITY_USE_V_AND_V_EOS
#ifdef SINGULARITY_USE_SPINER_WITH_HDF5
Expand Down

0 comments on commit 090559e

Please sign in to comment.