We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe11e4 commit 33d0ee6Copy full SHA for 33d0ee6
tests/sorts/tests_quick_sort.f90
@@ -73,7 +73,7 @@ subroutine run_test(array)
73
74
! Print original array
75
print *, "Original array:"
76
- do i = 1, n
+ do i=1,n
77
print *, array(i)
78
end do
79
0 commit comments