Wrong index in ODE_SEIR model #1185
Labels
class::bug
Bugs found in the software
loc::backend
This issue concerns the C++ backend implementation.
model::ode
This issue concerns any kind of ODE-based model.
prio::moderate
The priority of this task is moderate.
status::in progress
This issue is in progess.
Bug description
In https://github.com/SciCompMod/memilio/blob/main/cpp/models/ode_seir/model.h#L83 the index
j
instead ofi
should be used.Version
Any
To reproduce
Run an ODE_SEIR model with more than one age group.
Relevant log output
No response
Add any relevant information, e.g. used compiler, screenshots.
No response
Checklist
The text was updated successfully, but these errors were encountered: