Skip to content

Commit

Permalink
Format file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubberLanding committed Jan 2, 2025
1 parent aac3a4d commit f450d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/schemes/boundary/dummy_particles/dummy_particles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# Define pressure extrapolation methods to test
pressure_extrapolations = [
AdamiPressureExtrapolation(),
BernoulliPressureExtrapolation(),
BernoulliPressureExtrapolation()
]

for pressure_extrapolation in pressure_extrapolations
Expand Down Expand Up @@ -79,7 +79,7 @@
[1.0; 1.0],
[-1.0; 0.0],
[0.7; 0.2],
[0.3; 0.8],
[0.3; 0.8]
]

@testset "Wall Velocity $v_fluid" for v_fluid in velocities
Expand Down

0 comments on commit f450d96

Please sign in to comment.