From 0f723ca04509fa1cfa61954e25b05c9c946fe81c Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sat, 9 Oct 2004 15:12:10 +0000 Subject: [PATCH] *** empty log message *** --- Cantera/src/PureFluidPhase.cpp | 1 - Cantera/src/State.cpp | 3 ++- Cantera/src/State.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cantera/src/PureFluidPhase.cpp b/Cantera/src/PureFluidPhase.cpp index 1556d77e3..3aef8f25a 100644 --- a/Cantera/src/PureFluidPhase.cpp +++ b/Cantera/src/PureFluidPhase.cpp @@ -1,5 +1,4 @@ -//#include "ct_defs.h" #include "xml.h" #include "PureFluidPhase.h" diff --git a/Cantera/src/State.cpp b/Cantera/src/State.cpp index fee3d5765..574602c9e 100644 --- a/Cantera/src/State.cpp +++ b/Cantera/src/State.cpp @@ -10,13 +10,14 @@ * $Date$ * $Revision$ * - * Copyright 2003 California Institute of Technology + * Copyright 2003-2004 California Institute of Technology * See file License.txt for licensing information * */ #include "utilities.h" #include "ctexceptions.h" +#include "stringUtils.h" #include "State.h" namespace Cantera { diff --git a/Cantera/src/State.h b/Cantera/src/State.h index cf7b487be..83cc89a1c 100755 --- a/Cantera/src/State.h +++ b/Cantera/src/State.h @@ -98,7 +98,6 @@ namespace Cantera { /// range, an exception will be thrown. doublereal massFraction(int k) const; - /** * Set the mass fractions to the specified values, and then * normalize them so that they sum to 1.0.