Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
49c7ef6b
Commit
49c7ef6b
authored
Jan 16, 2018
by
Dave Moxey
Browse files
Merge branch 'fix/remove-debug' into 'master'
Remove stray debugging statement in HexGeom See merge request !907
parents
d0bf2741
19ac1583
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/SpatialDomains/HexGeom.cpp
View file @
49c7ef6b
...
...
@@ -874,7 +874,6 @@ void HexGeom::v_Setup()
{
if
(
!
m_setupState
)
{
std
::
cout
<<
"CALLED SETUP "
<<
m_globalID
<<
std
::
endl
;
for
(
int
i
=
0
;
i
<
6
;
++
i
)
{
m_faces
[
i
]
->
Setup
();
...
...
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