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
77444460
Commit
77444460
authored
Jul 21, 2016
by
James Willis
Browse files
Minor changes.
parent
7c088344
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/testNonSymInt.c
View file @
77444460
...
...
@@ -37,7 +37,6 @@ char *vec_filename = "test_nonsym_vec.dat";
* @param h The smoothing length of the particles in units of the inter-particle
*separation.
* @param partId The running counter of IDs.
* @param vel The type of velocity field (0, random, divergent, rotating)
*/
struct
part
*
make_particles
(
int
count
,
double
*
offset
,
double
spacing
,
double
h
,
long
long
*
partId
)
{
...
...
@@ -123,7 +122,6 @@ void test_nonsym_density_interaction(struct part *parts, int count) {
/* Use the first particle in the array as the one that gets updated. */
struct
part
pi
=
parts
[
0
];
//const float hig2 = hi * hi * kernel_gamma2;
FILE
*
file
;
write_header
(
serial_filename
);
...
...
tests/testSymInt.c
View file @
77444460
...
...
@@ -37,7 +37,6 @@ char *vec_filename = "test_sym_vec.dat";
* @param h The smoothing length of the particles in units of the inter-particle
*separation.
* @param partId The running counter of IDs.
* @param vel The type of velocity field (0, random, divergent, rotating)
*/
struct
part
*
make_particles
(
int
count
,
double
*
offset
,
double
spacing
,
double
h
,
long
long
*
partId
)
{
...
...
@@ -120,7 +119,6 @@ void test_sym_density_interaction(struct part *parts, int count) {
/* Use the first particle in the array as the one that gets updated. */
struct
part
pi
=
parts
[
0
];
//const float hig2 = hi * hi * kernel_gamma2;
FILE
*
file
;
write_header
(
serial_filename
);
...
...
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