*** empty log message ***
This commit is contained in:
parent
22f35f2e8a
commit
0f723ca045
3 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
//#include "ct_defs.h"
|
||||
#include "xml.h"
|
||||
#include "PureFluidPhase.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue