9 lines
151 B
C
Executable file
9 lines
151 B
C
Executable file
/*
|
|
* header file providing support for chemical equilibrium.
|
|
*/
|
|
#ifndef CT_EQUIL_INCL
|
|
#define CT_EQUIL_INCL
|
|
#include "kernel/ChemEquil.h"
|
|
#endif
|
|
|
|
|