Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hurstel
CGoGN
Commits
84e44475
Commit
84e44475
authored
Sep 21, 2011
by
Thomas
Browse files
merge pb (cf Lionel)
parent
d673743f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Algo/ImplicitHierarchicalMesh/ihm3.cpp
View file @
84e44475
...
...
@@ -583,7 +583,7 @@ bool ImplicitHierarchicalMap3::neighborhoodLevelDiffersByOne(Dart d)
{
// add all face neighbours to the table
if
(
phi3
(
e
)
!=
e
&&
(
abs
(
int
(
volumeLevel
(
phi3
(
e
))
-
vLevel
))
>
1
)
)
if
(
phi3
(
e
)
!=
e
)
{
Dart
old
=
volumeOldestDart
(
phi3
(
e
));
if
((
abs
(
volumeLevel
(
old
)
-
vLevel
)
>
1
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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