From 747e173cb1a74a91e2f4edf79c41eb377679c080 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Tue, 23 Jan 2018 10:46:30 +0000 Subject: [PATCH] Formatting --- src/engine.h | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/engine.h b/src/engine.h index 329b0c1679..1e867f8412 100644 --- a/src/engine.h +++ b/src/engine.h @@ -304,18 +304,15 @@ void engine_drift_top_multipoles(struct engine *e); void engine_reconstruct_multipoles(struct engine *e); void engine_print_stats(struct engine *e); void engine_dump_snapshot(struct engine *e); -void engine_init(struct engine *e, struct space *s, - const struct swift_params *params, long long Ngas, - long long Ndm, int policy, int verbose, - struct repartition *reparttype, - const struct unit_system *internal_units, - const struct phys_const *physical_constants, - const struct hydro_props *hydro, - const struct gravity_props *gravity, - const struct external_potential *potential, - const struct cooling_function_data *cooling_func, - const struct chemistry_data *chemistry, - struct sourceterms *sourceterms); +void engine_init( + struct engine *e, struct space *s, const struct swift_params *params, + long long Ngas, long long Ndm, int policy, int verbose, + struct repartition *reparttype, const struct unit_system *internal_units, + const struct phys_const *physical_constants, + const struct hydro_props *hydro, const struct gravity_props *gravity, + const struct external_potential *potential, + const struct cooling_function_data *cooling_func, + const struct chemistry_data *chemistry, struct sourceterms *sourceterms); void engine_config(int restart, struct engine *e, int nr_nodes, int nodeID, int nr_threads, int with_aff, int verbose, const char *restartfile); -- GitLab