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
SWIFT
SWIFTsim
Commits
e8d27455
Commit
e8d27455
authored
Feb 03, 2017
by
Matthieu Schaller
Browse files
Code formatting.
parent
e1d2900e
Changes
2
Show whitespace changes
Inline
Side-by-side
src/vector.h
View file @
e8d27455
tests/benchmarkInteractions.c
View file @
e8d27455
...
...
@@ -239,7 +239,8 @@ void test_interactions(struct part test_part, struct part *parts, size_t count,
struct
part
*
piq
[
count
],
*
pjq
[
count
];
for
(
size_t
k
=
0
;
k
<
count
;
k
++
)
{
piq
[
k
]
=
NULL
;
pjq
[
k
]
=
NULL
;
piq
[
k
]
=
NULL
;
pjq
[
k
]
=
NULL
;
}
#ifdef WITH_VECTORIZATION
...
...
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