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
Daniel Boeckenhoff
tfields
Commits
3f7e9998
Commit
3f7e9998
authored
May 08, 2019
by
Daniel Boeckenhoff
Browse files
removed print statement
parent
da5c84dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tfields/mesh3D.py
View file @
3f7e9998
...
...
@@ -751,8 +751,8 @@ class Mesh3D(tfields.TensorMaps):
for
field
,
map_field
,
merge_function
in
\
zip
(
fields
,
empty_map_fields
,
merge_functions
):
for
i
,
f_index
in
enumerate
(
point_face_assignment_set
):
if
i
%
1000
==
0
:
print
(
i
,
len
(
point_face_assignment_set
))
#
if i % 1000 == 0:
#
print(i, len(point_face_assignment_set))
if
f_index
==
-
1
:
# point could not be mapped
continue
...
...
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