cantera/Cantera
Ray Speth 6798f18c4e Removed #ifdef for TYPENAME_KEYWORD
This definition was used to remove the "typename" qualifier from some
declarations when using MSVC, but the use of the "typename" keyword in
the contexts where it is used in Cantera are allowed in all versions
of Visual Studio since (at least) VS.NET 2003.
2012-01-19 20:30:16 +00:00
..
clib Fixed signed/unsigned equality comparisons 2012-01-17 23:58:48 +00:00
cxx Removed some empty comment lines 2012-01-19 20:30:04 +00:00
fortran Removed MSVC-specific compiler warning suppression 2012-01-17 04:09:18 +00:00
matlab Eliminated CVS keyword cruft 2012-01-09 17:32:01 +00:00
python Fixed some signed/unsigned comparison warnings 2012-01-17 04:13:04 +00:00
src Removed #ifdef for TYPENAME_KEYWORD 2012-01-19 20:30:16 +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