diff --git a/Cantera/src/Phase.h b/Cantera/src/Phase.h index 50cb4f130..c584ab404 100755 --- a/Cantera/src/Phase.h +++ b/Cantera/src/Phase.h @@ -82,6 +82,8 @@ namespace Cantera { /** * Write to array 'state' the current internal state. * @param lenstate length of the state array. Must be >= nSpecies() + 2 + * @param state output vector. Must be of length nSpecies() + 2 or + * greater. */ void saveState(int lenstate, doublereal* state) const; diff --git a/Cantera/src/ThermoPhase.h b/Cantera/src/ThermoPhase.h index 1aed0afca..9838af4d7 100755 --- a/Cantera/src/ThermoPhase.h +++ b/Cantera/src/ThermoPhase.h @@ -882,7 +882,7 @@ namespace Cantera { * For example, we do not need to call this function for * ideal gas equations of state. * - * @param inputfile XML file containing the description of the + * @param inputFile XML file containing the description of the * phase * * @param id Optional parameter identifying the name of the