cantera/Cantera
Harry Moffat f7eedd6855 solaris port
std:: additions
2006-12-14 18:29:40 +00:00
..
clib removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added. 2006-11-27 21:43:30 +00:00
cxx removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added. 2006-11-27 21:43:30 +00:00
fortran removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added. 2006-11-27 21:43:30 +00:00
lib *** empty log message *** 2004-02-03 03:31:05 +00:00
matlab fixed minor bugs that kept toolbox from building under R2006b -- dont call mxGetPr with a char variable --. 2006-12-14 17:48:51 +00:00
python added pfr example 2006-11-14 09:20:21 +00:00
src solaris port 2006-12-14 18:29:40 +00:00
user removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added. 2006-11-27 21:43:30 +00:00
.cvsignore Added a file. 2004-08-10 01:01:23 +00:00
Makefile.in Added user directory to a lot of the rules. 2006-08-21 16:44:02 +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