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
SWIFT
SWIFTsim
Commits
ff4ddd92
Commit
ff4ddd92
authored
Dec 08, 2017
by
James Willis
Browse files
Formatting.
parent
f92e117f
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/check_ngbs.py
View file @
ff4ddd92
...
...
@@ -180,8 +180,8 @@ pos_naive = pos_naive[index_naive]
pos_sort
=
pos_sort
[
index_sort
]
# First check
print
"
\n
Min Max"
print
" ----------"
print
"
\n
Min Max"
print
"
----------"
print
"Differences for density: "
,
min
(
num_density_naive
-
num_density_sort
),
max
(
num_density_naive
-
num_density_sort
)
print
"Differences for force: "
,
min
(
num_force_naive
-
num_force_sort
),
max
(
num_force_naive
-
num_force_sort
)
...
...
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