You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I guess the comment is about the white space formatter x vs 1x ? If so, sure, I did not realize as both run with all compilers tested including gfortran 14.2. I see no problem changing it for 1x.
Motivation
/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,1x,3f8.1)', ELL%index(i,:) , ELL%data(i,:)
Prior Art
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: