From 18bbff355a3d35e53827538d96171dee356d3566 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 21 Oct 2005 21:42:20 +0000 Subject: [PATCH] Changed some comments so that they reflect the correct units. --- Cantera/src/Kinetics.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Cantera/src/Kinetics.h b/Cantera/src/Kinetics.h index 68928314a..7be2c4209 100755 --- a/Cantera/src/Kinetics.h +++ b/Cantera/src/Kinetics.h @@ -1,6 +1,9 @@ /** * @file Kinetics.h * + * $Author$ + * $Date$ + * $Revision$ */ // Copyright 2001-2004 California Institute of Technology @@ -472,7 +475,7 @@ namespace Cantera { //@{ /** - * Species creation rates [kmol/m^3 or kmol/m^2]. Return the + * Species creation rates [kmol/m^3/s or kmol/m^2/s]. Return the * species creation rates in array cdot, which must be * dimensioned at least as large as the total number of * species in all phases. @see nTotalSpecies. @@ -483,7 +486,7 @@ namespace Cantera { } /** - * Species destruction rates [kmol/m^3 or kmol/m^2]. Return + * Species destruction rates [kmol/m^3/s or kmol/m^2/s]. Return * the species destruction rates in array ddot, which must be * dimensioned at least as large as the total number of * species. @see nTotalSpecies. @@ -494,7 +497,7 @@ namespace Cantera { } /** - * Species net production rates [kmol/m^3 or kmol/m^2]. Return + * Species net production rates [kmol/m^3/s or kmol/m^2/s]. Return * the species net production rates (creation - destruction) * in array wdot, which must be dimensioned at least as large * as the total number of species. @see nTotalSpecies.