Skip to content

Commit

Permalink
Update src/semidiscretization/semidiscretization_coupled.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Faulhaber <[email protected]>
  • Loading branch information
SimonCan and efaulhaber authored Dec 11, 2023
1 parent fa4852b commit 9b55294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semidiscretization/semidiscretization_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ end
@view u_ode[semi.u_indices[index]]
end

# Rcursive call of the RHS for the semidiscretizations using Lispy tuple programming
# Recursive call of the RHS for the semidiscretizations using Lispy tuple programming
# to avoid type instability.
@inline function rhs!(u_ode, du_ode, t, semi, i, semi_, semi_tuple...)
u_loc = get_system_u_ode(u_ode, i, semi)
Expand Down

0 comments on commit 9b55294

Please sign in to comment.