Skip to content
Snippets Groups Projects
Commit cbfb8a19 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Clean-up

parent 48a9957e
Branches
Tags
1 merge request!301New time line
......@@ -59,6 +59,4 @@
#define SOURCETERMS_NONE
//#define SOURCETERMS_SN_FEEDBACK
#define ICHECK -116650
#endif /* SWIFT_CONST_H */
......@@ -44,12 +44,6 @@ struct gpart {
/* Softening length */
float epsilon;
/* Particle time of beginning of time-step. */
// int ti_begin;
/* Particle time of end of time-step. */
// int ti_end;
/* Time-step length */
timebin_t time_bin;
......
......@@ -71,12 +71,6 @@ struct part {
/* Particle mass. */
float mass;
/* Particle time of beginning of time-step. */
// int ti_begin;
/* Particle time of end of time-step. */
// int ti_end;
/* Particle density. */
float rho;
......
......@@ -896,8 +896,8 @@ void runner_do_kick1(struct runner *r, struct cell *c, int timer) {
/**
* @brief Perform the second half-kick on all the active particles in a cell.
*
* Also computes the next time-step of all active particles, prepare them to be
* drifted and update the cell's statistics.
* Also computes the next time-step of all active particles, prepare them to be
* drifted and update the cell's statistics.
*
* @param r The runner thread.
* @param c The cell.
......
......@@ -25,6 +25,8 @@
#include "gravity.h"
#include "part.h"
#define ICHECK -1000
/**
* @brief Compute the recursive upward sweep, i.e. construct the
* multipoles in a cell hierarchy.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment