Skip to content

Commit

Permalink
Merge pull request #1556 from CliMA/gb/bump
Browse files Browse the repository at this point in the history
Fix Space.dss2!
  • Loading branch information
Sbozzolo authored Nov 27, 2023
2 parents c636de0 + 3e65412 commit d9a5058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spaces/dss.jl
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,4 @@ function weighted_dss_ghost2! end
function dss2! end


dss2!(data, topology, quadrature_style) = dss!(data, topology, quadrature_style)
dss2!(data, topology, quadrature_style) = dss!(data, topology)

0 comments on commit d9a5058

Please sign in to comment.