Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Pitiot
CGoGN
Commits
908c73c0
Commit
908c73c0
authored
May 02, 2014
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor modif
parent
19872ac9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/Topology/generic/traversor/traversor2.h
include/Topology/generic/traversor/traversor2.h
+1
-1
include/Topology/generic/traversor/traversor3.h
include/Topology/generic/traversor/traversor3.h
+1
-1
No files found.
include/Topology/generic/traversor/traversor2.h
View file @
908c73c0
...
...
@@ -398,7 +398,7 @@ public:
template
<
unsigned
int
ORBIT_TO
,
unsigned
int
ORBIT_FROM
,
typename
MAP
,
typename
FUNC
>
inline
void
foreach_incident2
(
MAP
&
map
,
Cell
<
ORBIT_FROM
>
c
,
FUNC
f
)
inline
void
foreach_incident2
(
MAP
&
map
,
Cell
<
ORBIT_FROM
>
c
,
FUNC
f
)
{
IncidentTrav2
<
MAP
,
ORBIT_FROM
,
ORBIT_TO
>
trav
(
const_cast
<
const
MAP
&>
(
map
),
c
);
for
(
Cell
<
ORBIT_TO
>
c
=
trav
.
t
.
begin
(),
e
=
trav
.
t
.
end
();
c
.
dart
!=
e
.
dart
;
c
=
trav
.
t
.
next
())
...
...
include/Topology/generic/traversor/traversor3.h
View file @
908c73c0
...
...
@@ -347,7 +347,7 @@ public:
};
template
<
unsigned
int
ORBIT_TO
,
unsigned
int
ORBIT_FROM
,
typename
MAP
,
typename
FUNC
>
template
<
unsigned
int
ORBIT_TO
,
unsigned
int
ORBIT_FROM
,
typename
MAP
,
typename
FUNC
>
inline
void
foreach_incident3
(
MAP
&
map
,
Cell
<
ORBIT_FROM
>
c
,
FUNC
f
,
bool
forceDartMarker
=
false
,
unsigned
int
thread
=
0
)
{
Traversor3XY
<
MAP
,
ORBIT_FROM
,
ORBIT_TO
>
trav
(
const_cast
<
const
MAP
&>
(
map
),
c
,
forceDartMarker
,
thread
);
...
...
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