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
01ab3eef
Commit
01ab3eef
authored
Oct 28, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warning
parent
43778037
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
+1
-1
No files found.
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
View file @
01ab3eef
...
...
@@ -233,7 +233,7 @@ private:
return
weight_t
(
static_cast
<
real_t
>
(
1.0
-
alpha
),
static_cast
<
real_t
>
(
inv_v
*
alpha
)
);
}
return
weight_t
(
0.0
,
0.0
);
return
weight_t
(
static_cast
<
real_t
>
(
0.0
)
,
static_cast
<
real_t
>
(
0.0
)
)
;
}
int
valence
;
};
...
...
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