cantera/Cantera
Harry Moffat 719fa2ea0b Reworked a few issues in the python build script so that compilation
and link errors would be more self-evident.
  Now, link errors in the _cantera.so build will register with
the python layer, because a python exception is raised. This will
propagate into the Makefile causing make to prematurely stop the
build process, because one of its commands has come back with a
non-zero exit status. This causes the "make all" command to return
a non-zero exit status, so that the entire make command comes to a
halt, which is the desired behavior.
2007-04-10 23:06:57 +00:00
..
clib Fix for solaris. Previous attempted bug fix actually didn't compile on 2007-04-10 22:19:59 +00:00
cxx Doxygen update 2007-03-23 15:09:17 +00:00
fortran Solaris 10 update 2007-03-20 22:42:17 +00:00
lib
matlab solaris port 2006-12-14 18:42:19 +00:00
python Reworked a few issues in the python build script so that compilation 2007-04-10 23:06:57 +00:00
src doxygen update 2007-03-30 23:20:05 +00:00
user solaris port 2006-12-14 18:42:19 +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