Moved the RedlichKister include file to the include tree.

This commit is contained in:
Harry Moffat 2012-04-09 15:23:55 +00:00
parent 232b861284
commit 99124c0dd6
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
* U.S. Government retains certain rights in this software.
*/
/*
* $Id: MargulesVPSSTP.h 782 2011-10-19 20:45:06Z hkmoffa $
* $Id$
*/
#ifndef CT_REDLICHKISTERVPSSTP_H

View file

@ -12,7 +12,7 @@
* U.S. Government retains certain rights in this software.
*/
#include "RedlichKisterVPSSTP.h"
#include "cantera/thermo/RedlichKisterVPSSTP.h"
#include "cantera/thermo/ThermoFactory.h"
#include "cantera/base/stringUtils.h"

View file

@ -17,7 +17,7 @@
#ifdef WITH_IDEAL_SOLUTIONS
#include "cantera/thermo/IdealSolidSolnPhase.h"
#include "cantera/thermo/MargulesVPSSTP.h"
#include "RedlichKisterVPSSTP.h"
#include "cantera/thermo/RedlichKisterVPSSTP.h"
#include "cantera/thermo/IonsFromNeutralVPSSTP.h"
#include "cantera/thermo/PhaseCombo_Interaction.h"
#endif