Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
dc93e434
Commit
dc93e434
authored
Jun 21, 2019
by
Max Lyon
Browse files
fix warnings
parent
05602e3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
NSolver/ConeConstraint.hh
View file @
dc93e434
...
...
@@ -80,7 +80,7 @@ private:
}
// namespace COMISO
//=============================================================================
// support std vectors
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
COMISO
::
ConeConstraint
)
;
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
COMISO
::
ConeConstraint
)
//=============================================================================
#endif // ACG_CONECONSTRAINT_HH defined
//=============================================================================
...
...
NSolver/LinearConstraint.hh
View file @
dc93e434
...
...
@@ -88,7 +88,7 @@ private:
}
// namespace COMISO
//=============================================================================
// support std vectors
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
COMISO
::
LinearConstraint
)
;
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
COMISO
::
LinearConstraint
)
//=============================================================================
#endif // ACG_LINEARCONSTRAINT_HH defined
//=============================================================================
...
...
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