Skip to content

Commit e77191d

Browse files
committed
make codebock julia code
1 parent 1f0949e commit e77191d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/mtk_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ B which has **input feed forward**, the resulting system can be solved:
202202
Since MTK does not know about the closed loop (which is only introduced on the NetworkDynamics level once we leave the equation based domain) we need to help MTK to figure out those dependencies.
203203
We can do so by introducing "fake" dependencies using [`implicit_output`](@ref).
204204
This function is defined as
205-
```
205+
```julia
206206
implicit_output(x) = 0
207207
ModelingToolkit.@register_symbolic implicit_output(x)
208208
```

0 commit comments

Comments
 (0)