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.
2 parents 74f5f90 + 7fb6d2a commit 52d3baaCopy full SHA for 52d3baa
1 file changed
example/linalg/example_sparse_from_ijv.f90
@@ -35,7 +35,7 @@ program example_sparse_from_ijv
35
print *, 'ELL'
36
print *, ' index | data'
37
do i = 1, ELL%nrows
38
- print '(3I4,x,3f8.1)', ELL%index(i,:) , ELL%data(i,:)
+ print '(3I4,1x,3f8.1)', ELL%index(i,:) , ELL%data(i,:)
39
end do
40
41
-end program example_sparse_from_ijv
+end program example_sparse_from_ijv
0 commit comments