Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HexEx
libHexEx
Commits
349b1872
Commit
349b1872
authored
Jul 23, 2019
by
Max Lyon
Browse files
Merge branch 'fix-initialisation' into 'master'
Fix property type mixup See merge request
!3
parents
84bd6f95
6cd7bc0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/HexExtractor.cc
View file @
349b1872
...
...
@@ -148,7 +148,7 @@ void HexExtractor::extractHVertices()
for
(
auto
fh
:
inputMesh
.
faces
())
incidentVerticesPerFace
[
fh
].
clear
();
for
(
auto
ch
:
inputMesh
.
cells
())
incidentVerticesPer
Face
[
ch
].
clear
();
incidentVerticesPer
Cell
[
ch
].
clear
();
HEXEX_DEBUG_ONLY
(
std
::
cout
<<
"Extracting vertices on vertices"
<<
std
::
endl
;)
...
...
Write
Preview
Supports
Markdown
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