Skip to content

Commit

Permalink
Merge branch 'main' into edac-tvf
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Oct 3, 2024
2 parents 7d24595 + 7e7c5ed commit e0c4b1b
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/typos@v1.24.3
uses: crate-ci/typos@v1.25.0
2 changes: 1 addition & 1 deletion src/schemes/boundary/open_boundary/boundary_zones.jl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ struct OutFlow{NDIMS, IC, S, ZO, ZW, FD}
elseif !isnothing(extrude_geometry)
initial_condition = TrixiParticles.extrude_geometry(extrude_geometry;
particle_spacing, density,
direction=-flow_direction_,
direction=flow_direction_,
n_extrude=open_boundary_layers)
end

Expand Down

0 comments on commit e0c4b1b

Please sign in to comment.