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 8f52e12 commit 479bd05Copy full SHA for 479bd05
src/networkapi.jl
@@ -1500,7 +1500,7 @@ integer id of the parameter within the system.
1500
- `disablechecks` will disable checking for whether the passed in variable is
1501
already defined, which is useful when adding many new variables to the system.
1502
*Do not disable checks* unless you are sure the passed in variable is a new
1503
- variable, as this will potentially leave the system in an undefined unknown.
+ variable, as this will potentially leave the system in an undefined state.
1504
"""
1505
function addparam!(network::ReactionSystem, p::Num; disablechecks = false)
1506
addparam!(network, value(p); disablechecks = disablechecks)
0 commit comments