diff --git a/src/single_io.c b/src/single_io.c index ed29d9764d4ab637c772348685e47a8cc06b45c8..85709e5f72e753451fcf3fd9c37b709f2435d247 100644 --- a/src/single_io.c +++ b/src/single_io.c @@ -71,7 +71,7 @@ void readArrayBackEnd(hid_t grp, char* name, enum DATA_TYPE type, int N, int dim, char* part_c, size_t partSize, enum DATA_IMPORTANCE importance, const struct UnitSystem* internal_units, - const struct UnitSystem* snapshot_units, + const struct UnitSystem* ic_units, enum UnitConversionFactor convFactor) { hid_t h_data = 0, h_err = 0, h_type = 0; diff --git a/src/units.c b/src/units.c index 123725a856e33f4e2ba7c75766794c189736b057..361072ae80699b0db64a462ceda3c020c1546b7f 100644 --- a/src/units.c +++ b/src/units.c @@ -506,7 +506,9 @@ double units_general_conversion_factor(const struct UnitSystem* from, * * @param from The #UnitSystem we are converting from * @param to The #UnitSystem we are converting to - * @return unit The unit we are converting + * @param unit The unit we are converting + * + * @return The conversion factor */ double units_conversion_factor(const struct UnitSystem* from, const struct UnitSystem* to,