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
888a3fe5
Commit
888a3fe5
authored
Sep 20, 2016
by
Tom Theuns
Browse files
removed debug info
parent
b401d0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
888a3fe5
...
...
@@ -187,7 +187,6 @@ void runner_do_sourceterms(struct runner *r, struct cell *c, int timer) {
ti_current
,
p_sn
->
x
[
0
],
p_sn
->
x
[
1
],
p_sn
->
x
[
2
]);
message
(
" applied super nova, velocity = %e %e %e"
,
p_sn
->
v
[
0
],
p_sn
->
v
[
1
],
p_sn
->
v
[
2
]);
error
(
"end"
);
/* update timestep if new time step shorter than old time step */
const
int
dti
=
get_part_timestep
(
p_sn
,
xp_sn
,
r
->
e
);
...
...
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