We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4606337 commit f76f4beCopy full SHA for f76f4be
src/networkapi.jl
@@ -1434,7 +1434,7 @@ integer id of the species within the system.
1434
- `disablechecks` will disable checking for whether the passed in variable is
1435
already defined, which is useful when adding many new variables to the system.
1436
*Do not disable checks* unless you are sure the passed in variable is a new
1437
- variable, as this will potentially leave the system in an undefined unknown.
+ variable, as this will potentially leave the system in an undefined state.
1438
"""
1439
function addspecies!(network::ReactionSystem, s::Num; disablechecks = false)
1440
addspecies!(network, value(s), disablechecks = disablechecks)
0 commit comments