Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
cdf82121
Commit
cdf82121
authored
Jan 25, 2020
by
Dennis Gläser
Browse files
[constraints] fix default ctor
parent
f2230bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
frackit/entitynetwork/constraints.hh
View file @
cdf82121
...
...
@@ -94,6 +94,7 @@ public:
* \note This is only available if the engines are default constructible
*/
EntityNetworkConstraints
()
:
EntityNetworkConstraints
(
AngleComputationEngine
())
{
static_assert
(
std
::
is_default_constructible
<
AE
>::
value
,
"Angle computation engine not default constructible. "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment