12 lines
227 B
C
Executable file
12 lines
227 B
C
Executable file
/**
|
|
* @file equilibrium.h
|
|
*
|
|
* Header file providing support for chemical equilibrium calculations.
|
|
*/
|
|
#ifndef CT_EQUIL_INCL
|
|
#define CT_EQUIL_INCL
|
|
#include "kernel/ChemEquil.h"
|
|
#include "kernel/MultiPhaseEquil.h"
|
|
#endif
|
|
|
|
|