Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
760d45d3
Commit
760d45d3
authored
Apr 27, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/OpenMesh/Core/Geometry/QuadricT.hh
src/OpenMesh/Core/Geometry/QuadricT.hh
+1
-1
No files found.
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
Markdown
is supported
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