Skip to content

Commit 166b0f8

Browse files
Update test/changeofvariables.jl
1 parent c0453f4 commit 166b0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/changeofvariables.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ noise_eqs = ModelingToolkit.get_noise_eqs
105105
value = ModelingToolkit.value
106106

107107
@independent_variables t
108-
@brownian B
108+
@brownians B
109109
@parameters μ σ
110110
@variables x(t) y(t)
111111
D = Differential(t)
@@ -121,7 +121,7 @@ new_sys = changeofvariables(sys, t, forward_subs, backward_subs)
121121

122122
#Multiple Brownian and equations
123123
@independent_variables t
124-
@brownian Bx By
124+
@brownians Bx By
125125
@parameters μ σ α
126126
@variables x(t) y(t) z(t) w(t) u(t) v(t)
127127
D = Differential(t)

0 commit comments

Comments
 (0)