Skip to content

Error in lsgen.f  #4

@cffischer

Description

@cffischer

There is an error in the atsp/utill/lsgen.f file

The declaration of line 4472
integer rank(0:noofco,4,15),antal,pos(0:noofco),i,j,k,no,
should be the same as in all other routines, namely
integer rank(0:noofco, 0:10, 15),antal,pos(0:noofco),i,j,k,no,

Also, all of the repository should have execute permissions removed for *.f files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions