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
976a13e8
Commit
976a13e8
authored
Sep 09, 2016
by
Martin Heistermann
Browse files
Bugfix: refer to templated type.
parent
3d9ad9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenVolumeMesh/Core/GeometryKernel.hh
View file @
976a13e8
...
...
@@ -107,7 +107,7 @@ public:
virtual
void
collect_garbage
()
{
if
(
TopologyKernel
::
fast_deletion_enabled
())
{
if
(
TopologyKernel
T
::
fast_deletion_enabled
())
{
TopologyKernelT
::
collect_garbage
();
vertices_
.
resize
(
TopologyKernel
::
n_vertices
());
}
else
{
...
...
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