cantera/Cantera/cxx/include/equilibrium.h
Harry Moffat 7bdea0ffd8 Doxygen update
Finished a draft of the File Tab within Doxygen. Each file now
has a link to the relevant modules and classes.
2007-03-23 15:09:17 +00:00

16 lines
308 B
C
Executable file

/**
* @file equilibrium.h
* cxx layer - Header file providing support for chemical equilibrium calculations
* (see \ref equilfunctions)
*/
/*
* $Id$
*/
#ifndef CT_EQUIL_INCL
#define CT_EQUIL_INCL
#include "kernel/equil.h"
#include "kernel/ChemEquil.h"
#include "kernel/MultiPhaseEquil.h"
#endif