[docs] Add missing parameters

All parameters have to be listed to remove warnings. For arguments
with known interpretation, a docstring is added.
This commit is contained in:
Ingmar Schoegl 2023-07-28 15:39:00 -06:00
parent 054cb80b18
commit e1f6b82ba6

View File

@ -238,7 +238,10 @@ protected:
* Given a vector of dimensionless element abundances, this routine
* calculates the moles of the elements and the moles of the species.
*
* @param[in] x = current dimensionless element potentials..
* @param s ThermoPhase object
* @param[in] x current dimensionless element potentials
* @param[in] Xmol_i_calc Mole fractions of the species
* @param[in] pressureConst Pressure
*/
double calcEmoles(ThermoPhase& s, vector_fp& x,
const double& n_t, const vector_fp& Xmol_i_calc,