From fba698e8909df263885cbf864bfbda0f63f107de Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 18 Jun 2010 21:11:36 +0000 Subject: [PATCH] doxygen update changed double to doublereal --- Cantera/src/transport/LiquidTransport.h | 14 +++++++------- Cantera/src/transport/SolidTransport.cpp | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cantera/src/transport/LiquidTransport.h b/Cantera/src/transport/LiquidTransport.h index c2253d2a9..a463792d6 100644 --- a/Cantera/src/transport/LiquidTransport.h +++ b/Cantera/src/transport/LiquidTransport.h @@ -213,21 +213,21 @@ namespace Cantera { * These in turn employ subclasses of LTPspecies to * determine the mobility ratios in the pure species. */ - virtual void mobilityRatio(double* mobRat); + virtual void mobilityRatio(doublereal* mobRat); //! Returns a double pointer to the mobility ratios of the //! transported species in each pure species phase. - //! Has size of the number of binary interactions by the number - //! of species (nsp*nsp X nsp) /*! + * Has size of the number of binary interactions by the number + * of species (nsp*nsp X nsp) * The pure species mobility ratios are evaluated using the * appropriate subclasses of LTPspecies as specified in the * input file. * * @param mobRat array of length "number of species" - * to hold returned mobility ratios. + * to hold returned mobility ratios. */ - virtual void getSpeciesMobilityRatio(double** mobRat); + virtual void getSpeciesMobilityRatio(doublereal** mobRat); //! Returns the self diffusion coefficients of the species in the phase. //! Has size of nsp(coeffs) @@ -256,7 +256,7 @@ namespace Cantera { * Length = number of species in phase * units = m**2 s-1 */ - virtual void selfDiffusion(doublereal * const selfDiff); + virtual void selfDiffusion(doublereal* const selfDiff); //! Returns the self diffusion coefficients in the pure species phases. //! Has size of nsp(coeffs) x nsp(phases) @@ -268,7 +268,7 @@ namespace Cantera { * @param selfDiff array of length "number of species" * to hold returned self diffusion coeffs. */ - virtual void getSpeciesSelfDiffusion(double** selfDiff); + virtual void getSpeciesSelfDiffusion(doublereal** selfDiff); //! Returns the hydrodynamic radius for all species /*! diff --git a/Cantera/src/transport/SolidTransport.cpp b/Cantera/src/transport/SolidTransport.cpp index 35d12d54e..0d8e5535d 100644 --- a/Cantera/src/transport/SolidTransport.cpp +++ b/Cantera/src/transport/SolidTransport.cpp @@ -89,7 +89,7 @@ namespace Cantera { return (dynamic_cast(tr)); } //==================================================================================================================== - void SolidTransport::setParameters(const int n, const int k, const double* const p) { + void SolidTransport::setParameters(const int n, const int k, const doublereal * const p) { switch (n) { case 0: