00001 /** 00002 * @file equilibrium.h 00003 * cxx layer - Header file providing support for chemical equilibrium calculations 00004 * (see \ref equilfunctions) 00005 */ 00006 /* 00007 * $Id: equilibrium.h 368 2010-01-04 00:46:26Z hkmoffa $ 00008 */ 00009 #ifndef CT_EQUIL_INCL 00010 #define CT_EQUIL_INCL 00011 #include "kernel/equil.h" 00012 #include "kernel/ChemEquil.h" 00013 #include "kernel/MultiPhaseEquil.h" 00014 #ifdef WITH_VCSNONIDEAL 00015 #include "kernel/vcs_MultiPhaseEquil.h" 00016 #endif 00017 #endif 00018 00019