Skip to content

Commit

Permalink
Merge pull request #162 from JuliaGeodynamics/albert-de-montserrat-pa…
Browse files Browse the repository at this point in the history
…tch-6

Fix bug in initial marker distribution
  • Loading branch information
albert-de-montserrat authored Oct 24, 2024
2 parents 8f59396 + cadb220 commit 52468cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Particles/particles_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function init_particles(
coords::NTuple{N,AbstractArray},
dxᵢ::NTuple{N,T},
nᵢ::NTuple{N,I};
buffer = 0.99
buffer = 0.9
) where {N,T,I}
ncells = prod(nᵢ)
np = max_xcell * ncells
Expand Down

0 comments on commit 52468cf

Please sign in to comment.