Skip to content
GitLab
Menu
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
7bcc3ec1
Commit
7bcc3ec1
authored
Nov 07, 2016
by
Jan Möbius
Browse files
Fixed typo
parent
e75a7077
Pipeline
#3521
canceled with stage
in 19 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
View file @
7bcc3ec1
...
...
@@ -2004,7 +2004,7 @@ EdEc<M>::raise(typename M::EdgeHandle& _eh, state_t _target_state)
// choose coefficient c
c
=
Base
::
coeff
();
position
*=
(
static_cast
<
M
:
Scalar
>
(
1.0
)
-
c
);
position
*=
(
static_cast
<
typename
M
:
:
Scalar
>
(
1.0
)
-
c
);
position
+=
MOBJ
(
_eh
).
position
(
_target_state
-
1
)
*
c
;
...
...
Write
Preview
Supports
Markdown
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