Skip to content

Commit

Permalink
Remove Davis Products EOS E0 parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jhp-lanl committed May 13, 2024
1 parent c265ca4 commit a6f09ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity-eos/eos/singularity_eos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int init_sg_Gruneisen(const int matindex, EOS *eos, const double C0, const doubl

int init_sg_DavisProducts(const int matindex, EOS *eos, const double a, const double b,
const double k, const double n, const double vc,
const double pc, const double Cv, const double E0);
const double pc, const double Cv);

int init_sg_DavisReactants(const int matindex, EOS *eos, const double rho0,
const double e0, const double P0, const double T0,
Expand Down

0 comments on commit a6f09ba

Please sign in to comment.