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
Hurstel
CGoGN
Commits
03176742
Commit
03176742
authored
Nov 10, 2011
by
untereiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrections fautes embeddedMap3
parent
20f4b60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/Topology/map/embeddedMap3.cpp
src/Topology/map/embeddedMap3.cpp
+4
-4
No files found.
src/Topology/map/embeddedMap3.cpp
View file @
03176742
...
...
@@ -188,9 +188,9 @@ void EmbeddedMap3::unsewVolumes(Dart d)
{
if
(
!
Map3
::
isBoundaryFace
(
d
))
{
Dart
dd
=
phi1
(
phi3
(
d
));
Map3
::
unsewVolumes
(
d
);
Dart
dd
=
phi1
(
phi3
(
d
));
Dart
dit
=
d
;
do
{
...
...
@@ -212,7 +212,7 @@ void EmbeddedMap3::unsewVolumes(Dart d)
if
(
!
sameEdge
(
dit
,
dd
))
{
embedNewCell
(
EDGE
,
dd
);
copyCell
(
VERTEX
,
dd
,
dit
);
copyCell
(
EDGE
,
dd
,
dit
);
}
}
...
...
@@ -271,8 +271,8 @@ void EmbeddedMap3::splitVolume(std::vector<Dart>& vd)
//embed the volume embedded from the origin volume to the new darts
if
(
isOrbitEmbedded
(
VOLUME
))
{
copyDartEmbedding
(
EDG
E
,
dit3
,
dit
);
copyDartEmbedding
(
EDG
E
,
phi2
(
dit
),
dit
);
copyDartEmbedding
(
VOLUM
E
,
dit3
,
dit
);
copyDartEmbedding
(
VOLUM
E
,
phi2
(
dit
),
dit
);
}
}
}
...
...
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