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

Literal defined as ccd_real_t #373

Commits on Feb 12, 2019

  1. Literal defined as ccd_real_t

    A literal in a type-deduced function call was declared as a double literal
    (e.g., `1.`). When ccd_real_t is a double, this is fine. But when it is
    a float, the type cannot be successfully deduced.
    
    We correct this by explicitly calling it out as a ccd_real_t-typed value.
    SeanCurtis-TRI committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    6f547f5 View commit details
    Browse the repository at this point in the history