Skip to content

Conversation

@Atom194
Copy link

@Atom194 Atom194 commented Jan 16, 2025

This PR fixes make install by removing const from double _s in scores.h.

The variable _s is used in the function void set_score(double s) { _s = s; }.

When const was used, the build failed during make install.

The variable _s is used in function void set_score(double s) { _s = s; }
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

Successfully merging this pull request may close these issues.

1 participant