Skip to content
Snippets Groups Projects
Commit 5a3ca6a9 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Remove unused variable

parent 45e04036
No related branches found
No related tags found
2 merge requests!136Master,!90Improved multi-timestep SPH
...@@ -1616,7 +1616,7 @@ void engine_barrier(struct engine *e, int tid) { ...@@ -1616,7 +1616,7 @@ void engine_barrier(struct engine *e, int tid) {
void engine_collect_kick(struct cell *c) { void engine_collect_kick(struct cell *c) {
int k, updated = 0; int updated = 0;
float t_end_min = FLT_MAX, t_end_max = 0.0f; float t_end_min = FLT_MAX, t_end_max = 0.0f;
double e_kin = 0.0, e_int = 0.0, e_pot = 0.0; double e_kin = 0.0, e_int = 0.0, e_pot = 0.0;
float mom[3] = {0.0f, 0.0f, 0.0f}, ang[3] = {0.0f, 0.0f, 0.0f}; float mom[3] = {0.0f, 0.0f, 0.0f}, ang[3] = {0.0f, 0.0f, 0.0f};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment