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 double promotion #560

Merged
merged 3 commits into from
Mar 26, 2020
Merged

Fix double promotion #560

merged 3 commits into from
Mar 26, 2020

Conversation

DanRStevens
Copy link
Collaborator

Reference: #528 (-Wdouble-promotion)

Fix warnings about promotion of float to double.

In one case, a double was intended.
Reference: std::stod

@DanRStevens DanRStevens requested a review from cugone March 26, 2020 05:25
src/Trig.cpp Outdated Show resolved Hide resolved
@DanRStevens DanRStevens merged commit d22f8ef into master Mar 26, 2020
@DanRStevens DanRStevens deleted the fixDoublePromotion branch March 26, 2020 06:16
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.

2 participants