From 5395e214b8072d224caa659ead1b6bdf740e5557 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 31 Dec 2010 23:54:29 +0000 Subject: [PATCH] Fixed a doxygen error. --- Cantera/src/equil/vcs_MultiPhaseEquil.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cantera/src/equil/vcs_MultiPhaseEquil.h b/Cantera/src/equil/vcs_MultiPhaseEquil.h index 699b6e46a..bba5f4d1e 100644 --- a/Cantera/src/equil/vcs_MultiPhaseEquil.h +++ b/Cantera/src/equil/vcs_MultiPhaseEquil.h @@ -556,13 +556,13 @@ namespace VCSnonideal { * * @param maxsteps max steps allowed. * - * @param loglevel Determines the amount of printing to the HTML + * @param logLevel Determines the amount of printing to the HTML * output file. */ int equilibrate_TV(int XY, doublereal xtarget, int estimateEquil = 0, int printLvl = 0, doublereal err = 1.0E-6, - int maxsteps = VCS_MAXSTEPS, int loglevel = -99); + int maxsteps = VCS_MAXSTEPS, int logLevel = -99); //! Determine the phase stability of a phase at the current conditions /*! @@ -575,8 +575,7 @@ namespace VCSnonideal { * gets sent to stdout from the vcs package * (Note, you may have to compile with debug * flags to get some printing). - * @param loglevel Determines the amount of printing to the HTML - * output file. + * @param logLevel Determines the amount of printing to the HTML output file. */ int determine_PhaseStability(int iph, double &funcStab, int printLvl= 0, int logLevel = -99);