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

Added the new functions to the header

parent 77aab979
No related branches found
No related tags found
2 merge requests!136Master,!79First version of the multiple time-stepping
......@@ -92,8 +92,8 @@ void runner_dosub_density(struct runner *r, struct cell *ci, struct cell *cj,
void runner_dosort(struct runner *r, struct cell *c, int flag, int clock);
void runner_dogsort(struct runner *r, struct cell *c, int flag, int clock);
void runner_dokick(struct runner *r, struct cell *c, int timer);
void runner_dokick1(struct runner *r, struct cell *c);
void runner_dokick2(struct runner *r, struct cell *c);
void runner_dodrift(struct runner *r, struct cell *c, int timer);
void runner_doinit(struct runner *r, struct cell *c);
void *runner_main(void *data);
#endif /* SWIFT_RUNNER_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment