-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels