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
5d334d22
Commit
5d334d22
authored
Feb 17, 2017
by
Matthieu Schaller
Browse files
Removed commented-out code
parent
dc1ff243
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
5d334d22
...
...
@@ -2047,8 +2047,6 @@ void space_split_recursive(struct space *s, struct cell *c,
const
float
h
=
p
->
h
;
const
integertime_t
ti_end
=
get_integer_time_end
(
e
->
ti_current
,
p
->
time_bin
);
/* const integertime_t ti_end = */
/* get_integer_time_end(e->ti_current, p->time_bin); */
const
integertime_t
ti_beg
=
get_integer_time_begin
(
e
->
ti_current
+
1
,
p
->
time_bin
);
xp
->
x_diff
[
0
]
=
0
.
f
;
...
...
@@ -2063,8 +2061,6 @@ void space_split_recursive(struct space *s, struct cell *c,
struct
gpart
*
gp
=
&
gparts
[
k
];
const
integertime_t
ti_end
=
get_integer_time_end
(
e
->
ti_current
,
gp
->
time_bin
);
/* const integertime_t ti_end = */
/* get_integer_time_end(e->ti_current, gp->time_bin); */
const
integertime_t
ti_beg
=
get_integer_time_begin
(
e
->
ti_current
+
1
,
gp
->
time_bin
);
gp
->
x_diff
[
0
]
=
0
.
f
;
...
...
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