Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
13fa0e32
Commit
13fa0e32
authored
Sep 12, 2016
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refer to actual template type instead of default
parent
173f9adf
Pipeline
#2744
passed with stage
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/OpenVolumeMesh/Core/GeometryKernel.hh
src/OpenVolumeMesh/Core/GeometryKernel.hh
+1
-1
No files found.
src/OpenVolumeMesh/Core/GeometryKernel.hh
View file @
13fa0e32
...
...
@@ -91,7 +91,7 @@ public:
}
virtual
VertexIter
delete_vertex
(
const
VertexHandle
&
_h
)
{
assert
(
_h
.
idx
()
<
(
int
)
TopologyKernel
::
n_vertices
());
assert
(
_h
.
idx
()
<
(
int
)
TopologyKernel
T
::
n_vertices
());
VertexIter
nV
=
TopologyKernelT
::
delete_vertex
(
_h
);
...
...
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