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
f846b752
Commit
f846b752
authored
Nov 08, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
12ad76fc
Pipeline
#3569
passed with stage
in 80 minutes and 58 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/Vector11T.hh
src/OpenMesh/Core/Geometry/Vector11T.hh
+1
-1
No files found.
src/OpenMesh/Core/Geometry/Vector11T.hh
View file @
f846b752
...
...
@@ -382,7 +382,7 @@ class VectorT {
auto
operator
|
(
const
VectorT
<
OtherScalar
,
DIM
>&
_rhs
)
const
->
decltype
(
*
this
->
data
()
*
*
_rhs
.
data
())
{
return
std
::
inner_product
(
begin
(),
begin
()
+
DIM
,
_rhs
.
begin
()
+
1
,
return
std
::
inner_product
(
begin
()
+
1
,
begin
()
+
DIM
,
_rhs
.
begin
()
+
1
,
*
begin
()
*
*
_rhs
.
begin
());
}
...
...
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