Cantera
2.0
|
#include "cantera/equil/vcs_internal.h"
#include "cantera/equil/vcs_VolPhase.h"
#include "vcs_species_thermo.h"
#include "cantera/equil/vcs_solve.h"
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | MAX(x, y) (( (x) > (y) ) ? (x) : (y)) |