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
4328bdb5
Commit
4328bdb5
authored
Feb 29, 2016
by
Angus Lepper
Browse files
Fix typo: used j's mass both times
parent
3c4fd37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hydro/Gadget2/hydro_iact.h
View file @
4328bdb5
...
...
@@ -51,7 +51,7 @@ __attribute__((always_inline)) INLINE static void runner_iact_density(
float
dv
[
3
],
curlvr
[
3
];
/* Get the masses. */
const
float
mi
=
p
j
->
mass
;
const
float
mi
=
p
i
->
mass
;
const
float
mj
=
pj
->
mass
;
/* Get r and r inverse. */
...
...
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