Skip to content

Commit

Permalink
Finally remove E0 from DavisProducts EOS pybinding init
Browse files Browse the repository at this point in the history
  • Loading branch information
jhp-lanl committed May 14, 2024
1 parent 797c13e commit 768f629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ PYBIND11_MODULE(singularity_eos, m) {
eos_class<DavisProducts>(m, "DavisProducts")
.def(py::init())
.def(
py::init<Real, Real, Real, Real, Real, Real, Real, Real>(),
py::init<Real, Real, Real, Real, Real, Real, Real>(),
py::arg("a"), py::arg("b"), py::arg("k"), py::arg("n"), py::arg("vc"),
py::arg("pc"), py::arg("Cv")
);
Expand Down

0 comments on commit 768f629

Please sign in to comment.