Skip to content

Commit

Permalink
name Sphere as MultipleScattering.Sphere to avoid name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgower committed Oct 17, 2023
1 parent 34f1837 commit 8643143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/ParticleCorrelations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ using HCubature: hcubature, hquadrature
# using ClassicalOrthogonalPolynomials: Legendre
using LegendrePolynomials

Sphere = MultipleScattering.Sphere

include("particles.jl")
include("pair-correlation.jl")
include("structure-factor.jl")
Expand Down
2 changes: 1 addition & 1 deletion test/particulate-from-structure.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pairtype = MonteCarloPairCorrelation(Dim;
# rtol = 1e-3,
# maxlength = 100,
# iterations = 1,
# numberofparticles = 10000
# numberofparticles = 100000
# )

# choose the medium for the particles. Currently only one type
Expand Down

0 comments on commit 8643143

Please # to comment.