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.
/stdlib/example/linalg/example_sparse_from_ijv.f90
line 38 to compile with gfortran-14.2.0:
print '(3I4,x,3f8.1)', ELL%index(i,:) , ELL%data(I,:) sourd be:
print '(3I4,x,3f8.1)', ELL%index(i,:) , ELL%data(I,:)
print '(3I4,1x,3f8.1)', ELL%index(i,:) , ELL%data(i,:)
No response