Skip to content
Snippets Groups Projects
Commit a3baa1fe authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Use 'double' instead of 'T' for the convexityRadius field

When using the classes with ADOL-C, T becomes an 'adouble',
which is a non-trivial type.  However, the convexityField
is constexpr (and with a reason -- otherwise we could write
the initialization together with the declaration), and
constexpr and non-trivial types don't work together.

[[Imported from SVN: r9444]]
parent 3a95eb20
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment