fix(python-bindings): Updated python bindings to new interface
The python bindings now work with the polymorphic reaction class and the CVODE solver
This commit is contained in:
@@ -13,4 +13,14 @@ void abs_stype_register_dynamic_engine_bindings(const pybind11::module &m);
|
||||
|
||||
void con_stype_register_graph_engine_bindings(const pybind11::module &m);
|
||||
|
||||
void register_engine_diagnostic_bindings(pybind11::module &m);
|
||||
void register_engine_procedural_bindings(pybind11::module &m);
|
||||
|
||||
void register_engine_construction_bindings(pybind11::module &m);
|
||||
void register_engine_priming_bindings(pybind11::module &m);
|
||||
|
||||
void register_engine_type_bindings(pybind11::module &m);
|
||||
void register_engine_building_type_bindings(pybind11::module &m);
|
||||
void register_engine_reporting_type_bindings(pybind11::module &m);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user