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

Commit a37685a

Browse files
ajozefiakChrisRackauckas
authored andcommitted
typo in test fixed
1 parent 58c71ab commit a37685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/2D_3D_fast_multiplication.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,6 @@ end
840840
M_temp = zeros(N,N,N)
841841
mul!(M_temp, A, M)
842842

843-
@test M_temp ((Lx3*M)[1:N,2:Ns+1,2:N+1] + (Ly3*M)[2:N+1,1:N,2:N+1] +(Lz3*M)[2:N+1,2:N+1,1:N] + (Lx4*M)[1:N,2:N+1,2:N+1] + (Ly4*M)[2:N+1,1:N,2:N+1] +(Lz4*M)[2:N+1,2:N+1,1:N])
843+
@test M_temp ((Lx3*M)[1:N,2:N+1,2:N+1] + (Ly3*M)[2:N+1,1:N,2:N+1] +(Lz3*M)[2:N+1,2:N+1,1:N] + (Lx4*M)[1:N,2:N+1,2:N+1] + (Ly4*M)[2:N+1,1:N,2:N+1] +(Lz4*M)[2:N+1,2:N+1,1:N])
844844

845845
end

0 commit comments

Comments
 (0)