Skip to content
Snippets Groups Projects
Commit 64bd88ba authored by lhausamm's avatar lhausamm
Browse files

Fix grackle I/O convert factor

parent 1fb316dd
No related branches found
No related tags found
1 merge request!486Add chemistry in part
...@@ -51,7 +51,7 @@ void chemistry_write_particles(const struct part* parts, struct io_props* list, ...@@ -51,7 +51,7 @@ void chemistry_write_particles(const struct part* parts, struct io_props* list,
list += *num_fields; list += *num_fields;
*num_fields += 1; *num_fields += 1;
list[0] = io_make_output_field("HeDensity", FLOAT, 1, UNIT_CONV_LENGTH, list[0] = io_make_output_field("HeDensity", FLOAT, 1, UNIT_CONV_DENSITY,
parts, chemistry_data.he_density); parts, chemistry_data.he_density);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment