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 3a4f44a commit dab80d9Copy full SHA for dab80d9
docs/src/basics/Debugging.md
@@ -65,7 +65,7 @@ logging in a system returned from `debug_system`, use `ModelingToolkit.ASSERTION
65
66
```@repl debug
67
dprob[ModelingToolkit.ASSERTION_LOG_VARIABLE] = false;
68
-solve(drob, Tsit5());
+solve(dprob, Tsit5());
69
```
70
71
```@docs
0 commit comments