Skip to content

Commit 0f835f9

Browse files
committed
Rewrap test models
1 parent 547972b commit 0f835f9

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

models/model_dirac/model_dirac.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_dirac_h
22
#define _amici_model_dirac_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -62,7 +62,7 @@ class Model_model_dirac : public amici::Model_ODE {
6262

6363
virtual amici::Model* clone() const override { return new Model_model_dirac(*this); };
6464

65-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
65+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
6666

6767
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
6868
J_model_dirac(J, t, x, p, k, h, w, dwdx);

models/model_events/model_events.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_events_h
22
#define _amici_model_events_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -76,7 +76,7 @@ class Model_model_events : public amici::Model_ODE {
7676

7777
virtual amici::Model* clone() const override { return new Model_model_events(*this); };
7878

79-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
79+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
8080

8181
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
8282
J_model_events(J, t, x, p, k, h, w, dwdx);

models/model_jakstat_adjoint/model_jakstat_adjoint.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_jakstat_adjoint_h
22
#define _amici_model_jakstat_adjoint_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -65,7 +65,7 @@ class Model_model_jakstat_adjoint : public amici::Model_ODE {
6565

6666
virtual amici::Model* clone() const override { return new Model_model_jakstat_adjoint(*this); };
6767

68-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
68+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
6969

7070
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
7171
J_model_jakstat_adjoint(J, t, x, p, k, h, w, dwdx);

models/model_jakstat_adjoint_o2/model_jakstat_adjoint_o2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_jakstat_adjoint_o2_h
22
#define _amici_model_jakstat_adjoint_o2_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -65,7 +65,7 @@ class Model_model_jakstat_adjoint_o2 : public amici::Model_ODE {
6565

6666
virtual amici::Model* clone() const override { return new Model_model_jakstat_adjoint_o2(*this); };
6767

68-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
68+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
6969

7070
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
7171
J_model_jakstat_adjoint_o2(J, t, x, p, k, h, w, dwdx);

models/model_nested_events/model_nested_events.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_nested_events_h
22
#define _amici_model_nested_events_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -65,7 +65,7 @@ class Model_model_nested_events : public amici::Model_ODE {
6565

6666
virtual amici::Model* clone() const override { return new Model_model_nested_events(*this); };
6767

68-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
68+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
6969

7070
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
7171
J_model_nested_events(J, t, x, p, k, h, w, dwdx);

models/model_neuron/model_neuron.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_neuron_h
22
#define _amici_model_neuron_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -79,7 +79,7 @@ class Model_model_neuron : public amici::Model_ODE {
7979

8080
virtual amici::Model* clone() const override { return new Model_model_neuron(*this); };
8181

82-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
82+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
8383

8484
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
8585
J_model_neuron(J, t, x, p, k, h, w, dwdx);

models/model_neuron_o2/model_neuron_o2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_neuron_o2_h
22
#define _amici_model_neuron_o2_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -81,7 +81,7 @@ class Model_model_neuron_o2 : public amici::Model_ODE {
8181

8282
virtual amici::Model* clone() const override { return new Model_model_neuron_o2(*this); };
8383

84-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
84+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
8585

8686
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
8787
J_model_neuron_o2(J, t, x, p, k, h, w, dwdx);

models/model_robertson/model_robertson.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_robertson_h
22
#define _amici_model_robertson_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -63,7 +63,7 @@ class Model_model_robertson : public amici::Model_DAE {
6363

6464
virtual amici::Model* clone() const override { return new Model_model_robertson(*this); };
6565

66-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
66+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
6767

6868
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype cj, const realtype *dx, const realtype *w, const realtype *dwdx) override {
6969
J_model_robertson(J, t, x, p, k, h, cj, dx, w, dwdx);

models/model_steadystate/model_steadystate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _amici_model_steadystate_h
22
#define _amici_model_steadystate_h
3-
/* Generated by amiwrap (R2017b) f1e875655d8b056a0adf3c71f583fe988f257a06 */
3+
/* Generated by amiwrap (R2017b) acb0375e4e0c93fb725d81b42e7e818c9ba7b65d */
44
#include <cmath>
55
#include <memory>
66
#include "amici/defines.h"
@@ -62,7 +62,7 @@ class Model_model_steadystate : public amici::Model_ODE {
6262

6363
virtual amici::Model* clone() const override { return new Model_model_steadystate(*this); };
6464

65-
const char* getAmiciVersion() const { return "f1e875655d8b056a0adf3c71f583fe988f257a06"; };
65+
const char* getAmiciVersion() const { return "acb0375e4e0c93fb725d81b42e7e818c9ba7b65d"; };
6666

6767
virtual void fJ(realtype *J, const realtype t, const realtype *x, const double *p, const double *k, const realtype *h, const realtype *w, const realtype *dwdx) override {
6868
J_model_steadystate(J, t, x, p, k, h, w, dwdx);

0 commit comments

Comments
 (0)