Skip to content
Snippets Groups Projects
Commit e8d27455 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Code formatting.

parent e1d2900e
Branches
Tags
No related merge requests found
...@@ -239,7 +239,8 @@ void test_interactions(struct part test_part, struct part *parts, size_t count, ...@@ -239,7 +239,8 @@ void test_interactions(struct part test_part, struct part *parts, size_t count,
struct part *piq[count], *pjq[count]; struct part *piq[count], *pjq[count];
for (size_t k = 0; k < count; k++) { for (size_t k = 0; k < count; k++) {
piq[k] = NULL; pjq[k] = NULL; piq[k] = NULL;
pjq[k] = NULL;
} }
#ifdef WITH_VECTORIZATION #ifdef WITH_VECTORIZATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment