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 f858017 commit 4606337Copy full SHA for 4606337
src/networkapi.jl
@@ -1402,7 +1402,7 @@ Notes:
1402
- `disablechecks` will disable checking for whether the passed in variable is
1403
already defined, which is useful when adding many new variables to the system.
1404
*Do not disable checks* unless you are sure the passed in variable is a new
1405
- variable, as this will potentially leave the system in an undefined unknown.
+ variable, as this will potentially leave the system in an undefined state.
1406
"""
1407
function addspecies!(network::ReactionSystem, s::Symbolic; disablechecks = false)
1408
reset_networkproperties!(network)
0 commit comments