cantera/Cantera
Harry Moffat 4391c86e45 Fixed two errors in reading an xml file.
1) empty child xml elements had an extra / character being added onto
    the end of their name
 2) comments with beginning and ending white space were being copied
    with an extra space added on to the front and end of the string.
2003-08-13 00:55:13 +00:00
..
clib *** empty log message *** 2003-08-09 06:12:07 +00:00
cxx *** empty log message *** 2003-08-08 00:34:43 +00:00
fortran/src *** empty log message *** 2003-08-09 03:04:41 +00:00
lib Initial revision 2003-04-14 17:57:48 +00:00
matlab *** empty log message *** 2003-08-08 00:34:43 +00:00
python *** empty log message *** 2003-08-11 06:00:26 +00:00
src Fixed two errors in reading an xml file. 2003-08-13 00:55:13 +00:00
.cvsignore Initial revision 2003-04-14 17:57:48 +00:00
Makefile.in Initial revision 2003-04-14 17:57:48 +00:00
README.txt *** empty log message *** 2003-08-08 00:34: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