Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
Unterteilungsalgorithmen
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kai Westerkamp
Unterteilungsalgorithmen
Commits
d9b12745
Commit
d9b12745
authored
Sep 27, 2016
by
Philipp Adolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp
parent
9599a99f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
subdivision.cpp
QTProject/subdivision.cpp
+1
-1
No files found.
QTProject/subdivision.cpp
View file @
d9b12745
...
...
@@ -727,7 +727,7 @@ void Subdivision::updateSharpEdges(const QMap<Edge,unsigned int> &sharp_edges_ol
unsigned
int
u_old
=
e
.
a
;
unsigned
int
v_old
=
e
.
b
;
unsigned
int
u_new
=
old_vertex_to_new_vertex
[
u_old
];
unsigned
int
v_new
=
old_vertex_to_new_vertex
[
v_
new
];
unsigned
int
v_new
=
old_vertex_to_new_vertex
[
v_
old
];
unsigned
int
center
=
old_edge_to_new_vertex
[
Edge
(
u_old
,
v_old
)];
unsigned
int
sharpness_new
=
sharpness_old
-
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