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 d_offset constraint in Projectile #3192

Merged
merged 1 commit into from
Dec 22, 2022
Merged

Conversation

samm82
Copy link
Collaborator

@samm82 samm82 commented Dec 20, 2022

Closes #3187

This change did not affect the generated code, but removed the line "Successfully matched Rational with Float." (or its equivalent) from the designLogs for projectile_s_l_nol_u_u_v_f.

Copy link
Collaborator

@smiths smiths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good to me, with the idea that in the future we will improve the implementation as discussed in #3187.

@smiths
Copy link
Collaborator

smiths commented Dec 21, 2022

@JacquesCarette should review the code before we merge the pull request.

Copy link
Owner

@JacquesCarette JacquesCarette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing that the change wrt Rational is likely that you removed the last reference to something typed Rational. I had already removed a lot (it was a hack - it really was meant for things that are rational, not real). I am surprised that it was your change that triggered this, but hey, it is an expected improvement.

@JacquesCarette JacquesCarette merged commit 09365d7 into master Dec 22, 2022
@JacquesCarette JacquesCarette deleted the projOffsetConstraintFix branch December 22, 2022 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix d_offset constraint in the Projectile Example
3 participants