Skip to content

Commit

Permalink
remove unnecessary fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Mar 26, 2024
1 parent 6a48c77 commit d82aff5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/semidiscretization/semidiscretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ running in parallel with MPI.
ndofsglobal(mesh, solver, cache)
end

@inline function ndofsglobal(mesh, solver, cache)
ndofs(mesh, solver, cache)
end

"""
integrate_via_indices(func, u_ode, semi::AbstractSemidiscretization, args...; normalize=true)
Expand Down

0 comments on commit d82aff5

Please sign in to comment.