Skip to content

Commit 18010f8

Browse files
committed
Last try to solve error in tests when adding AssociatedLegendrePolynomials in package dependencies
1 parent b5e1dce commit 18010f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultipleScattering.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ using SpecialFunctions: besselj, hankelh1
5555
using WignerSymbols, GSL
5656
using Random, LinearAlgebra, RecipesBase, Statistics
5757
using ProgressMeter
58-
using AssociatedLegendrePolynomials: Plm, Nlm
58+
using AssociatedLegendrePolynomials
5959

6060

6161
# Generic machinery common to all physical models

0 commit comments

Comments
 (0)