Skip to content

Commit 4d58f0c

Browse files
committed
Don't compare Vandermonde matrices when forming FunctionProducts
1 parent 6891e37 commit 4d58f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/densities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function FunctionProduct{Conjugated}(L::BasisOrRestricted, R::BasisOrRestricted,
7171

7272
ρρ = tmpvec(T, size(R,2), nρ)
7373

74-
if LV == RV && sum(bandwidths(LV)) == 0
74+
if L == R && sum(bandwidths(LV)) == 0
7575
# Orthogonal case
7676
RV = RV[indices(R,2),:]
7777
uniform = all(isone, RV.data)

0 commit comments

Comments
 (0)