The purpose of these changes is to make the distinction between compiling under Windows (in which case _WIN32 is defined) and compiling with the Microsoft compiler (in which case _MSC_VER is defined). These changes are from the patch submitted by David Fronczek. |
||
|---|---|---|
| .. | ||
| clib | ||
| cxx | ||
| fortran | ||
| matlab | ||
| python | ||
| src | ||
| README.txt | ||
This directory contains the source for Cantera and its various
language interfaces.
clib - the library of C-callable functions used by the Python and
Matlab interfaces.
cxx - files that are only required for C++ application programs.
matlab - the Cantera Matlab toolbox
python - the Cantera Python package
src - the Cantera kernel, used by Cantera in all its forms