Skip to content

Commit

Permalink
Forgot the python wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Mar 2, 2024
1 parent 1159a69 commit 28db2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/pybind11_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ void init_teqp(py::module& m) {
.def("get_Bnvir", &am::get_Bnvir, "Nderiv"_a, "T"_a, "molefrac"_a.noconvert())
.def("get_dmBnvirdTm", &am::get_dmBnvirdTm, "Nderiv"_a, "NTderiv"_a, "T"_a, "molefrac"_a.noconvert())
.def("get_B12vir", &am::get_B12vir, "T"_a, "molefrac"_a.noconvert())
.def("get_ATrhoXi", &am::get_ATrhoXi)

.def("get_Arxy", &am::get_Arxy, "NT"_a, "ND"_a, "T"_a, "rho"_a, "molefrac"_a.noconvert())
// Here X-Macros are used to create functions like get_Ar00, get_Ar01, ....
Expand Down

0 comments on commit 28db2bd

Please sign in to comment.