Skip to content
Snippets Groups Projects
Commit 3c74fdb0 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Add comments

parent 8f6ecbe0
No related branches found
No related tags found
1 merge request!665Implement stars sort
...@@ -85,6 +85,8 @@ __attribute__((always_inline)) INLINE static int cell_are_gpart_drifted( ...@@ -85,6 +85,8 @@ __attribute__((always_inline)) INLINE static int cell_are_gpart_drifted(
__attribute__((always_inline)) INLINE static int cell_are_spart_drifted( __attribute__((always_inline)) INLINE static int cell_are_spart_drifted(
const struct cell *c, const struct engine *e) { const struct cell *c, const struct engine *e) {
/* Currently just use the gpart drift
* This function is just for clarity */
return cell_are_gpart_drifted(c, e); return cell_are_gpart_drifted(c, e);
} }
......
...@@ -94,7 +94,8 @@ const char* timers_names[timer_count] = {"none", ...@@ -94,7 +94,8 @@ const char* timers_names[timer_count] = {"none",
"dosubpair_stars_density", "dosubpair_stars_density",
"dosub_self_stars_density", "dosub_self_stars_density",
"logger", "logger",
"do_stars_sort"}; "do_stars_sort",
};
/* File to store the timers */ /* File to store the timers */
static FILE* timers_file; static FILE* timers_file;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment