Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
fa18de67
Commit
fa18de67
authored
Jul 29, 2021
by
ese ovie
Committed by
Gauthier Quesnel
Jul 29, 2021
Browse files
model: staticassert del for SEIR in example
parent
b26f182c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/include/irritator/examples.hpp
View file @
fa18de67
...
...
@@ -306,8 +306,6 @@ template<int QssLevel, typename F>
status
example_qss_seir_nonlinear
(
simulation
&
sim
,
F
f
)
noexcept
{
static_assert
(
1
<=
QssLevel
&&
QssLevel
<=
3
,
"Only for Qss1, 2 and 3"
);
bool
success
=
sim
.
can_alloc
(
29
)
&&
sim
.
can_connect
(
38
);
irt_return_if_fail
(
success
,
status
::
simulation_not_enough_model
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment