cantera/Cantera
Ray Speth a6f939c2fe Applied consistent formatting to all C++ code
Done using astyle:
astyle --style=kr --add-brackets --indent=spaces=4 --indent-col1-comments --unpad-paren --pad-header --align-pointer=type --lineend=linux
2012-02-10 17:24:00 +00:00
..
clib Applied consistent formatting to all C++ code 2012-02-10 17:24:00 +00:00
cxx Applied consistent formatting to all C++ code 2012-02-10 17:24:00 +00:00
ext Merge branch 'pecos_autotools' into 'trunk' 2012-02-10 16:22:02 +00:00
fortran Applied consistent formatting to all C++ code 2012-02-10 17:24:00 +00:00
matlab Applied consistent formatting to all C++ code 2012-02-10 17:24:00 +00:00
python Applied consistent formatting to all C++ code 2012-02-10 17:24:00 +00:00
src Applied consistent formatting to all C++ code 2012-02-10 17:24:00 +00:00
user Merge branch 'pecos_autotools' into 'trunk' 2012-02-10 16:22:02 +00:00
Makefile.am [cantera]: few edits to get everything working 2012-02-07 03:21:22 +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