Skip to content

File /stdlib/example/linalg/example_sparse_from_ijv.f90 #918

Closed
@tof92130

Description

@tof92130

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaProposition of an idea and opening an issue to discuss it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions