Skip to content

Commit 3fd0def

Browse files
adenchfi14NGiestas
andauthored
Update example/linalg/example_kronecker_product.f90
Forgot to add the loop integers. Co-authored-by: Ian Giestas Pauli <[email protected]>
1 parent 22536ec commit 3fd0def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/linalg/example_kronecker_product.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ program example_kronecker_product
22
use stdlib_linalg, only: kronecker_product
33
implicit none
44
integer, parameter :: m1 = 1, n1 = 2, m2 = 2, n2 = 3
5+
integer :: i, j
56
real :: A(m1, n1), B(m2,n2)
67
real, allocatable :: C(:,:)
78

0 commit comments

Comments
 (0)