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

Documentation fixes

parent 1089c498
No related branches found
No related tags found
2 merge requests!136Master,!133Updated vectorisation tests
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
* @param N The number of particles. * @param N The number of particles.
* @param dim The dimension of the data (1 for scalar, 3 for vector) * @param dim The dimension of the data (1 for scalar, 3 for vector)
* @param part_c A (char*) pointer on the first occurrence of the field of * @param part_c A (char*) pointer on the first occurrence of the field of
* @param partSize The size in bytes of the particle structure.
*interest in the parts array *interest in the parts array
* @param importance If COMPULSORY, the data must be present in the IC file. If * @param importance If COMPULSORY, the data must be present in the IC file. If
*OPTIONAL, the array will be zeroed when the data is not present. *OPTIONAL, the array will be zeroed when the data is not present.
...@@ -144,6 +145,7 @@ void readArrayBackEnd(hid_t grp, char* name, enum DATA_TYPE type, int N, ...@@ -144,6 +145,7 @@ void readArrayBackEnd(hid_t grp, char* name, enum DATA_TYPE type, int N,
* @param dim The dimension of the data (1 for scalar, 3 for vector) * @param dim The dimension of the data (1 for scalar, 3 for vector)
* @param part_c A (char*) pointer on the first occurrence of the field of * @param part_c A (char*) pointer on the first occurrence of the field of
*interest in the parts array *interest in the parts array
* @param partSize The size in bytes of the particle structure.
* @param us The UnitSystem currently in use * @param us The UnitSystem currently in use
* @param convFactor The UnitConversionFactor for this array * @param convFactor The UnitConversionFactor for this array
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment