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

InternalUnits --> InternalCodeUnits

parent 0bb3f198
No related branches found
No related tags found
1 merge request!194Io unit conversion
...@@ -701,7 +701,7 @@ void write_output_parallel(struct engine* e, const char* baseName, ...@@ -701,7 +701,7 @@ void write_output_parallel(struct engine* e, const char* baseName,
writeUnitSystem(h_file, snapshot_units, "Units"); writeUnitSystem(h_file, snapshot_units, "Units");
/* Print the system of Units used internally */ /* Print the system of Units used internally */
writeUnitSystem(h_file, internal_units, "InternalUnits"); writeUnitSystem(h_file, internal_units, "InternalCodeUnits");
/* Loop over all particle types */ /* Loop over all particle types */
for (int ptype = 0; ptype < NUM_PARTICLE_TYPES; ptype++) { for (int ptype = 0; ptype < NUM_PARTICLE_TYPES; ptype++) {
......
...@@ -759,7 +759,7 @@ void write_output_serial(struct engine* e, const char* baseName, ...@@ -759,7 +759,7 @@ void write_output_serial(struct engine* e, const char* baseName,
writeUnitSystem(h_file, snapshot_units, "Units"); writeUnitSystem(h_file, snapshot_units, "Units");
/* Print the system of Units used internally */ /* Print the system of Units used internally */
writeUnitSystem(h_file, internal_units, "InternalUnits"); writeUnitSystem(h_file, internal_units, "InternalCodeUnits");
/* Loop over all particle types */ /* Loop over all particle types */
for (int ptype = 0; ptype < NUM_PARTICLE_TYPES; ptype++) { for (int ptype = 0; ptype < NUM_PARTICLE_TYPES; ptype++) {
......
...@@ -605,7 +605,7 @@ void write_output_single(struct engine* e, const char* baseName, ...@@ -605,7 +605,7 @@ void write_output_single(struct engine* e, const char* baseName,
writeUnitSystem(h_file, snapshot_units, "Units"); writeUnitSystem(h_file, snapshot_units, "Units");
/* Print the system of Units used internally */ /* Print the system of Units used internally */
writeUnitSystem(h_file, internal_units, "InternalUnits"); writeUnitSystem(h_file, internal_units, "InternalCodeUnits");
/* Loop over all particle types */ /* Loop over all particle types */
for (int ptype = 0; ptype < NUM_PARTICLE_TYPES; ptype++) { for (int ptype = 0; ptype < NUM_PARTICLE_TYPES; ptype++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment