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

Documentation

parent 32fddbd3
No related branches found
No related tags found
1 merge request!194Io unit conversion
......@@ -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;
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment