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
OpenFlipper-Free
OpenFlipper-Free
Commits
b3bf7b4d
Commit
b3bf7b4d
authored
Jan 27, 2016
by
Hans-Christian Ebke
Browse files
Removed debug output.
parent
537959f6
Pipeline
#815
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Plugin-InfoMeshObject/ValenceHistogramDialog.cc
View file @
b3bf7b4d
...
...
@@ -84,10 +84,6 @@ void ValenceHistogramDialog::init(MeshT &mesh) {
face_valence_hist
[
valence
]
+=
1
;
}
for
(
unsigned
int
i
=
0
;
i
<
face_valence_hist
.
size
();
++
i
)
{
std
::
cout
<<
"Got "
<<
face_valence_hist
[
i
]
<<
" faces of valence "
<<
i
<<
"."
<<
std
::
endl
;
}
faceValenceChart_wdgt
->
setHistogram
(
&
face_valence_hist
);
fillHistogramTable
(
face_valence_hist
,
*
faceValence_tw
);
}
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