Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
760d45d3
Commit
760d45d3
authored
Apr 27, 2017
by
Jan Möbius
Browse files
Merge branch 'master' of
https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh
parents
d5582628
0db544a3
Pipeline
#4858
passed with stage
in 112 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/Geometry/QuadricT.hh
View file @
760d45d3
...
...
@@ -218,7 +218,7 @@ public:
template
<
class
_Vec
>
Scalar
operator
()(
const
_Vec
&
_v
)
const
{
return
evaluate
(
_v
,
GenProg
::
Int2Type
<
_Vec
::
size_
>
());
return
evaluate
(
_v
,
GenProg
::
Int2Type
<
vector_traits
<
_Vec
>
::
size_
>
());
}
Scalar
a
()
const
{
return
a_
;
}
...
...
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