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
OpenVolumeMesh
OpenVolumeMesh
Commits
3ee92228
Commit
3ee92228
authored
Aug 02, 2018
by
Martin Heistermann
Browse files
Bugfix: reset deleted entity count on clear()
parent
1a7b3fca
Pipeline
#7411
passed with stage
in 4 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenVolumeMesh/Core/TopologyKernel.hh
View file @
3ee92228
...
...
@@ -636,6 +636,10 @@ public:
edge_deleted_
.
clear
();
face_deleted_
.
clear
();
cell_deleted_
.
clear
();
n_deleted_vertices_
=
0
;
n_deleted_edges_
=
0
;
n_deleted_faces_
=
0
;
n_deleted_cells_
=
0
;
outgoing_hes_per_vertex_
.
clear
();
incident_hfs_per_he_
.
clear
();
incident_cell_per_hf_
.
clear
();
...
...
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