Skip to content

Commit 90edb33

Browse files
svchbefaulhaber
andauthored
Update src/general/semidiscretization.jl
Co-authored-by: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com>
1 parent 39cd6c1 commit 90edb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/general/semidiscretization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ end
178178
# This is just for readability to loop over all systems with wrapped arrays.
179179
@inline function foreach_system_wrapped(f, semi::Union{NamedTuple, Semidiscretization},
180180
v_ode, u_ode)
181-
return foreach_system(semi) do system
181+
foreach_system(semi) do system
182182
f(system, wrap_v(v_ode, system, semi), wrap_u(u_ode, system, semi))
183183
end
184184
end

0 commit comments

Comments
 (0)