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 dc3c9cb commit 5066254Copy full SHA for 5066254
src/systems/callbacks.jl
@@ -99,7 +99,7 @@ Notes
99
- `expression = Val{true}`, causes the generated function to be returned as an expression.
100
If set to `Val{false}` a `RuntimeGeneratedFunction` will be returned.
101
- `outputidxs`, a vector of indices of the output variables which should correspond to
102
- `states(sys)`. If provided checks that the LHS of affect equations are variables are
+ `states(sys)`. If provided, checks that the LHS of affect equations are variables are
103
dropped, i.e. it is assumed these indices are correct and affect equations are
104
well-formed.
105
- `kwargs` are passed through to `Symbolics.build_function`.
0 commit comments