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

Commit 9546adb

Browse files
format
1 parent bb9ac75 commit 9546adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/derivative_operators/derivative_operator_functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function LinearAlgebra.mul!(x_temp::AbstractArray{T}, A::DerivativeOperator{T, N
2525
end
2626

2727
function _mul!(x_temp::AbstractArray{T}, A::DerivativeOperator{T, N},
28-
M::AbstractArray{T}; overwrite = true) where {T, N}
28+
M::AbstractArray{T}; overwrite = true) where {T, N}
2929

3030
# Check that x_temp has valid dimensions, allowing unnecessary padding in M
3131
v = zeros(ndims(x_temp))

0 commit comments

Comments
 (0)