Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
KennethVanhoey
CGoGN
Commits
3ad6e561
Commit
3ad6e561
authored
Mar 31, 2014
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug in uniform orientation
parent
2e395b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/Algo/Topo/Map2/uniformOrientation.hpp
include/Algo/Topo/Map2/uniformOrientation.hpp
+2
-1
No files found.
include/Algo/Topo/Map2/uniformOrientation.hpp
View file @
3ad6e561
...
...
@@ -204,7 +204,8 @@ void uniformOrientationCC(MAP& map, Dart faceSeed)
{
Dart
d
=
*
id
++
;
Dart
e
=
*
id
;
map
.
sewFaces
(
d
,
e
);
if
(
cmf
.
isMarked
(
d
)
||
cmf
.
isMarked
(
e
))
map
.
sewFaces
(
d
,
e
);
}
}
...
...
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