Skip to content

Commit

Permalink
Refractor bug fixgit push
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Babbar committed Sep 25, 2024
1 parent 6f2ae51 commit 7428094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ end

# Define wrapper function for pressure in order to call default implementation
function pressure_test(u, equations)
return pres(u, equations)
return pressure(u, equations)
end

@test Trixi.gradient_conservative(pressure_test, u, equations)
Expand Down

0 comments on commit 7428094

Please sign in to comment.