Skip to content

Commit dc814f6

Browse files
adenchfijvdp1
andauthored
Update test/linalg/test_linalg.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 04caad8 commit dc814f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/linalg/test_linalg.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ contains
580580
end do
581581
end do
582582

583-
do j=1, n2
584-
do i=1, m2
583+
do j = 1, n2
584+
do i = 1, m2
585585
B(i,j) = i*j ! B = [[1, 2, 3], [2, 4, 6]]
586586
end do
587587
end do

0 commit comments

Comments
 (0)