Corrected comments for procedure getInteger()
getFloatArray():
Added XML name checking. The default name is still "getFloatArray".
However, now other XML names are acceptable.
Changed atof() calls to atofCheck()
Changed the code so that a comma can be the last non-spaced character
in the value field.
|
||
|---|---|---|
| .. | ||
| clib | ||
| cxx | ||
| fortran | ||
| lib | ||
| matlab | ||
| python | ||
| src | ||
| user | ||
| .cvsignore | ||
| Makefile.in | ||
| README.txt | ||
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