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 f76f4be commit 8f52e12Copy full SHA for 8f52e12
src/networkapi.jl
@@ -1471,7 +1471,7 @@ id of the parameter within the system.
1471
- `disablechecks` will disable checking for whether the passed in variable is
1472
already defined, which is useful when adding many new variables to the system.
1473
*Do not disable checks* unless you are sure the passed in variable is a new
1474
- variable, as this will potentially leave the system in an undefined unknown.
+ variable, as this will potentially leave the system in an undefined state.
1475
"""
1476
function addparam!(network::ReactionSystem, p::Symbolic; disablechecks = false)
1477
reset_networkproperties!(network)
0 commit comments