mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[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:
parent
054cb80b18
commit
e1f6b82ba6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user