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
Thomas Pitiot
CGoGN
Commits
1fc89677
Commit
1fc89677
authored
Oct 11, 2012
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generic degree : debug..
parent
f82aa47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/Topology/generic/genericmap.hpp
include/Topology/generic/genericmap.hpp
+1
-1
No files found.
include/Topology/generic/genericmap.hpp
View file @
1fc89677
...
...
@@ -616,7 +616,7 @@ template <typename MAP, unsigned int ORBIT, unsigned int INCIDENT>
unsigned
int
GenericMap
::
degree
(
Dart
d
)
{
assert
(
ORBIT
!=
INCIDENT
||
!
"degree does not manage adjacency counting"
);
Traversor
<
MAP
>*
t
=
TraversorFactory
<
MAP
>::
createIncident
(
*
this
,
d
,
dimension
(),
ORBIT
,
INCIDENT
)
;
Traversor
<
MAP
>*
t
=
TraversorFactory
<
MAP
>::
createIncident
(
*
(
reinterpret_cast
<
MAP
*>
(
this
))
,
d
,
dimension
(),
ORBIT
,
INCIDENT
)
;
FunctorCount
fcount
;
t
->
applyFunctor
(
fcount
)
;
return
fcount
.
getNb
()
;
...
...
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