Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
SKopecz committed Nov 2, 2023
2 parents 32bb09f + c447ff8 commit 74114bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/[email protected].19
uses: crate-ci/[email protected].21
2 changes: 1 addition & 1 deletion src/proddest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ ConservativePDSFunction(P; kwargs...) = ConservativePDSFunction{isinplace(P, 4),
end
=#

# Evaluation of a ConsProdDestFunction (out-of-place)
# Evaluation of a ConservativePDSFunction (out-of-place)
(PD::ConservativePDSFunction)(u, p, t) = vec(sum(PD.p(u, p, t),dims=2)) - vec(sum(PD.p(u,p,t),dims=1))

# Evaluation of a ConservativePDSFunction (in-place)
Expand Down

0 comments on commit 74114bc

Please sign in to comment.