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
54a5c390
Commit
54a5c390
authored
Nov 28, 2018
by
Matthieu Schaller
Browse files
Applied code formatting tool.
parent
fbd9f1e3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
54a5c390
...
...
@@ -1941,7 +1941,7 @@ int engine_estimate_nr_tasks(struct engine *e) {
}
#if defined(WITH_LOGGER)
/* each cell logs its particles */
n
2
+=
1
;
n
1
+=
1
;
#endif
#ifdef WITH_MPI
...
...
src/runner.c
View file @
54a5c390
...
...
@@ -107,7 +107,6 @@
#include
"runner_doiact_stars.h"
#undef FUNCTION
/**
* @brief Perform source terms
*
...
...
src/runner_doiact_stars.h
View file @
54a5c390
This diff is collapsed.
Click to expand it.
src/stars/Default/stars_iact.h
View file @
54a5c390
...
...
@@ -53,6 +53,5 @@ runner_iact_nonsym_stars_density(float r2, const float *dx, float hi, float hj,
*/
__attribute__
((
always_inline
))
INLINE
static
void
runner_iact_nonsym_stars_feedback
(
float
r2
,
const
float
*
dx
,
float
hi
,
float
hj
,
struct
spart
*
restrict
si
,
struct
part
*
restrict
pj
,
float
a
,
float
H
)
{}
struct
spart
*
restrict
si
,
struct
part
*
restrict
pj
,
float
a
,
float
H
)
{}
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