Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 42312c7

Browse files
committed
remove where Wind
1 parent a4c5939 commit 42312c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/derivative_operators/derivative_operator_functions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ end
2727

2828
for MT in [2,3]
2929
@eval begin
30-
function LinearAlgebra.mul!(x_temp::AbstractArray{T,$MT}, A::DerivativeOperator{T,N,false,T2,S1}, M::AbstractArray{T,$MT}) where {T<:Real,N,Wind,T2,SL,S1<:SArray{Tuple{SL},T,1,SL}}
31-
30+
function LinearAlgebra.mul!(x_temp::AbstractArray{T,$MT}, A::DerivativeOperator{T,N,false,T2,S1}, M::AbstractArray{T,$MT}) where {T<:Real,N,T2,SL,S1<:SArray{Tuple{SL},T,1,SL}}
31+
3232
# Check that x_temp has correct dimensions
3333
v = zeros(ndims(x_temp))
3434
v[N] = 2

0 commit comments

Comments
 (0)