@@ -38,7 +38,7 @@ extern void dJydy_rowvals_model_calvetti_py(SUNMatrixWrapper &rowvals, int index
3838
3939
4040
41- extern void root_model_calvetti_py (realtype *root, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *tcl);
41+ extern void root_model_calvetti_py (realtype *root, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *w, const realtype * tcl);
4242
4343
4444
@@ -200,10 +200,10 @@ class Model_model_calvetti_py : public amici::Model_DAE {
200200 void fdeltasx (realtype *deltasx, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *w, const int ip, const int ie, const realtype *xdot, const realtype *xdot_old, const realtype *sx, const realtype *stau, const realtype *tcl, const realtype *x_old) override {}
201201
202202
203- void fdeltaxB (realtype *deltaxB, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *dx, const int ie, const realtype *xdot, const realtype *xdot_old, const realtype *x_old, const realtype *xB, const realtype *tcl) override {}
203+ void fdeltaxB (realtype *deltaxB, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *w, const realtype * dx, const int ie, const realtype *xdot, const realtype *xdot_old, const realtype *x_old, const realtype *xB, const realtype *tcl) override {}
204204
205205
206- void fdeltaqB (realtype *deltaqB, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *dx, const int ip, const int ie, const realtype *xdot, const realtype *xdot_old, const realtype *x_old, const realtype *xB) override {}
206+ void fdeltaqB (realtype *deltaqB, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *w, const realtype * dx, const int ip, const int ie, const realtype *xdot, const realtype *xdot_old, const realtype *x_old, const realtype *xB) override {}
207207
208208
209209 void fdrzdp (realtype *drzdp, const int ie, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const int ip) override {}
@@ -323,8 +323,8 @@ class Model_model_calvetti_py : public amici::Model_DAE {
323323 void fdzdx (realtype *dzdx, const int ie, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h) override {}
324324
325325
326- void froot (realtype *root, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *tcl) override {
327- root_model_calvetti_py (root, t, x, p, k, h, tcl);
326+ void froot (realtype *root, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *w, const realtype * tcl) override {
327+ root_model_calvetti_py (root, t, x, p, k, h, w, tcl);
328328 }
329329
330330
@@ -339,7 +339,7 @@ class Model_model_calvetti_py : public amici::Model_DAE {
339339 void fsigmaz (realtype *sigmaz, const realtype t, const realtype *p, const realtype *k) override {}
340340
341341
342- void fstau (realtype *stau, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *dx, const realtype *tcl, const realtype *sx, const int ip, const int ie) override {}
342+ void fstau (realtype *stau, const realtype t, const realtype *x, const realtype *p, const realtype *k, const realtype *h, const realtype *w, const realtype * dx, const realtype *tcl, const realtype *sx, const int ip, const int ie) override {}
343343
344344 void fsx0 (realtype *sx0, const realtype t, const realtype *x, const realtype *p, const realtype *k, const int ip) override {}
345345
@@ -557,7 +557,7 @@ class Model_model_calvetti_py : public amici::Model_DAE {
557557 * @return AMICI git commit hash
558558 */
559559 std::string get_amici_commit () const override {
560- return " f005fac9e2de7c3c90be2ac55d4ad165471ed1e7 " ;
560+ return " unknown " ;
561561 }
562562
563563 bool has_quadratic_llh () const override {
0 commit comments