Skip to content

Commit a322606

Browse files
typo
1 parent b03fdb8 commit a322606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_parabolic_1d.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ end
132132
t = sol.t[end]
133133
u_ode = sol.u[end]
134134
du_ode = similar(u_ode)
135-
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi_float_type, t)) < 1000
135+
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi, t)) < 1000
136136
end
137137
end
138138

@@ -146,7 +146,7 @@ end
146146
t = sol.t[end]
147147
u_ode = sol.u[end]
148148
du_ode = similar(u_ode)
149-
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi_float_type, t)) < 1000
149+
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi, t)) < 1000
150150
end
151151
end
152152

@@ -161,7 +161,7 @@ end
161161
t = sol.t[end]
162162
u_ode = sol.u[end]
163163
du_ode = similar(u_ode)
164-
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi_float_type, t)) < 1000
164+
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi, t)) < 1000
165165
end
166166
end
167167

0 commit comments

Comments
 (0)