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
Thomas Pitiot
CGoGN
Commits
d8a25512
Commit
d8a25512
authored
May 10, 2012
by
Pierre Kraemer
Browse files
correct CellMarkerBase private copy constructor
parent
ddce97d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Topology/generic/cellmarker.h
View file @
d8a25512
...
...
@@ -117,7 +117,7 @@ public:
protected:
// protected copy constructor to forbid its usage
CellMarkerBase
(
const
CellMarkerGen
&
cm
)
:
CellMarkerGen
(
cm
.
m_map
)
CellMarkerBase
(
const
CellMarkerGen
&
cm
)
:
CellMarkerGen
(
cm
.
m_map
,
CELL
)
{}
public:
...
...
include/Topology/map/map3.h
View file @
d8a25512
...
...
@@ -236,7 +236,7 @@ public:
*/
virtual
void
unsewVolumes
(
Dart
d
);
//! Merge to volume along their common oriented face
//! Merge t
w
o volume
s
along their common oriented face
/*! @param d a dart of common face
*/
virtual
bool
mergeVolumes
(
Dart
d
);
...
...
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