Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in lsgen.f #4

Open
cffischer opened this issue Apr 29, 2022 · 1 comment
Open

Error in lsgen.f #4

cffischer opened this issue Apr 29, 2022 · 1 comment

Comments

@cffischer
Copy link
Member

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.

@jongrumer
Copy link
Member

Alright, thanks Charlotte!

I don't see why the .f source files should have exec permissions though?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants