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

Format

parent d89749d9
Branches
Tags
1 merge request!1052Gear cosmological simulations
......@@ -283,7 +283,7 @@ INLINE static int chemistry_write_bparticles(const struct bpart* bparts,
* @param e The #engine.
*/
INLINE static void chemistry_write_flavour(hid_t h_grp, hid_t h_grp_columns,
const struct engine *e) {
const struct engine* e) {
/* Write the chemistry model */
io_write_attribute_s(h_grp, "Chemistry Model", "EAGLE");
......
......@@ -117,13 +117,13 @@ INLINE static int chemistry_write_bparticles(const struct bpart* bparts,
* @param e The #engine.
*/
INLINE static void chemistry_write_flavour(hid_t h_grp, hid_t h_grp_columns,
const struct engine *e) {
const struct engine* e) {
io_write_attribute_s(h_grp, "Chemistry Model", "GEAR");
io_write_attribute_d(h_grp, "Chemistry element count",
GEAR_CHEMISTRY_ELEMENT_COUNT);
#ifdef FEEDBACK_GEAR
const char *element_names = e->feedback_props->stellar_model.elements_name;
const char* element_names = e->feedback_props->stellar_model.elements_name;
/* Add to the named columns */
hsize_t dims[1] = {GEAR_CHEMISTRY_ELEMENT_COUNT};
......
......@@ -98,7 +98,7 @@ INLINE static int chemistry_write_bparticles(const struct bpart* bparts,
* @param e The #engine.
*/
INLINE static void chemistry_write_flavour(hid_t h_grp, hid_t h_grp_columns,
const struct engine *e) {
const struct engine* e) {
io_write_attribute_s(h_grp, "Chemistry Model",
"Quick Lyman-alpha (constant primordial)");
......
......@@ -98,7 +98,7 @@ INLINE static int chemistry_write_bparticles(const struct bpart* bparts,
* @param e The #engine.
0 */
INLINE static void chemistry_write_flavour(hid_t h_grp, hid_t h_grp_columns,
const struct engine *e) {
const struct engine* e) {
io_write_attribute_s(h_grp, "Chemistry Model", "None");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment