Skip to content

Commit ad5160c

Browse files
Update pdesystem.jl
1 parent 3df0ded commit ad5160c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/pde/pdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bcs = [u(t,0) ~ 0.,# for all t > 0
3131
domains = [t ∈ (0.0,1.0),
3232
x ∈ (0.0,1.0)]
3333
34-
pde_system = PDESystem(eq,bcs,domains,[t,x],[u])
34+
@named pde_system = PDESystem(eq,bcs,domains,[t,x],[u])
3535
```
3636
"""
3737
struct PDESystem <: ModelingToolkit.AbstractMultivariateSystem

0 commit comments

Comments
 (0)