Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
6433ed2a
Commit
6433ed2a
authored
Sep 13, 2016
by
Max Limper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc 4.7 compile fix
parent
3a072607
Pipeline
#2769
passed with stage
in 24 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/OpenMesh/Core/Geometry/Vector11T.hh
src/OpenMesh/Core/Geometry/Vector11T.hh
+2
-2
No files found.
src/OpenMesh/Core/Geometry/Vector11T.hh
View file @
6433ed2a
...
...
@@ -366,8 +366,8 @@ class VectorT {
template
<
typename
OtherScalar
>
auto
operator
%
(
const
VectorT
<
OtherScalar
,
DIM
>
&
_rhs
)
const
->
typename
std
::
enable_if
<
DIM
==
3
,
VectorT
<
decltype
(
this
->
values_
[
0
]
*
_rhs
[
0
]
-
this
->
values_
[
0
]
*
_rhs
[
0
]),
VectorT
<
decltype
(
(
*
this
)
[
0
]
*
_rhs
[
0
]
-
(
*
this
)
[
0
]
*
_rhs
[
0
]),
DIM
>>::
type
{
return
{
values_
[
1
]
*
_rhs
[
2
]
-
values_
[
2
]
*
_rhs
[
1
],
...
...
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