mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
10 lines
133 B
C
10 lines
133 B
C
#ifndef CT_CORE_H
|
|
#define CT_CORE_H
|
|
|
|
#include "kernel/ThermoPhase.h"
|
|
#include "kernel/Kinetics.h"
|
|
#include "kernel/ctml.h"
|
|
|
|
#endif
|
|
|