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

Fix rc_model_category() and a few compile warning cleanups #199

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bramp
Copy link

@bramp bramp commented Jan 17, 2021

  • Fixed rc_model_category to return current_category not current_model.
  • Fixed multiple cases where a float was being implicity converted to a double.

… double.

The fixes are mostly in the form of changing `double x = 0.0f` to `double x = 0.0`, thus dropping the f. `0.0` is a double, but `0.0f` is a float.
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.

None yet

1 participant