cantera/Cantera
2012-02-03 19:28:49 +00:00
..
clib Removed 'using namespace std' from all header files 2012-01-23 03:36:42 +00:00
cxx Removed 'using namespace Cantera' from all header files 2012-01-23 03:37:08 +00:00
fortran Fixed namespace issues with the Fortran module 2012-01-27 19:31:35 +00:00
matlab Added explicit dependency for Matlab extension on clib headers 2012-02-03 19:28:49 +00:00
python Fixed environment variables used for compiling the Python extension 2012-01-26 18:31:47 +00:00
src Removed 'using namespace std' from all header files 2012-01-23 03:36:42 +00:00
README.txt *** empty log message *** 2004-10-09 15:21:43 +00:00

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