Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
bc905acc
Verified
Commit
bc905acc
authored
Jul 26, 2021
by
Justin Carpentier
Browse files
test/user-type: fix return type
parent
2edf3ead
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/user_type.cpp
View file @
bc905acc
...
...
@@ -38,7 +38,7 @@ namespace Eigen
MulCost
=
2
};
static
Scalar
epsilon
()
static
CustomType
<
Scalar
>
epsilon
()
{
return
CustomType
<
Scalar
>
(
std
::
numeric_limits
<
Scalar
>::
epsilon
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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