Skip to content

Commit 0a1ccc0

Browse files
authored
Merge pull request #1136 from anandijain/patch-3
Update acausal_components.md
2 parents e60f999 + e2acdc4 commit 0a1ccc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/acausal_components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function Resistor(;name, R = 1.0)
191191
eqs = [
192192
v ~ i * R
193193
]
194-
extend(ODESystem(eqs, t, [], ps; name=name, oneport)
194+
extend(ODESystem(eqs, t, [], ps; name=name), oneport)
195195
end
196196
```
197197

0 commit comments

Comments
 (0)