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

Commit f9ef5c3

Browse files
committed
more tests, still a few more cases left
1 parent 79682aa commit f9ef5c3

File tree

2 files changed

+496
-2
lines changed

2 files changed

+496
-2
lines changed

src/derivative_operators/derivative_operator_functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ function LinearAlgebra.mul!(x_temp::AbstractArray{T,3}, A::AbstractDiffEqComposi
559559
operating_dims[diff_axis(L)] = 1
560560
end
561561

562-
x_temp_1, x_temp_2 = size(x_temp)
562+
x_temp_1, x_temp_2, x_temp_3 = size(x_temp)
563563

564564
for L in opsB
565565
N = diff_axis(L)

0 commit comments

Comments
 (0)