Cantera
3.0.0
|
#include "MMCollisionInt.h"
#include "cantera/base/utilities.h"
#include "cantera/numerics/polyfit.h"
#include "cantera/base/stringUtils.h"
#include "cantera/base/global.h"
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
double | quadInterp (double x0, double *x, double *y) |
Variables | |
const int | DeltaDegree = 6 |