Catera with additional transport models
Find a file
Ray Speth 7b7d3ac0d4 Fixed locale-dependent processing of XML files
Floating point values are read using a std::stringstream imbued with the "C"
locale to avoid problems with using std::atof when the user's locale uses a
character other than "." as the decimal separator.

Patch provided by Phillip Berndt.

Fixes Issue 153.
2013-04-03 23:10:18 +00:00
bin
data
doc Cleaned up Doxygen documentation for thermo factory classes 2013-03-07 18:51:04 +00:00
ext [SCons] Made installation of gtest optional 2013-02-15 17:32:31 +00:00
include/cantera Removed unused error flag definitions from reaction_defs.h 2013-04-03 23:10:10 +00:00
interfaces Fixed compatibility of ck2cti with Python 2.6 2013-03-13 20:20:31 +00:00
m4
platform [SCons] Python module can be installed to user's site-packages directory 2013-03-04 17:31:08 +00:00
samples [SCons] Fixed path to Cantera.mak in sample Makefiles 2013-03-04 17:31:11 +00:00
site_scons
src Fixed locale-dependent processing of XML files 2013-04-03 23:10:18 +00:00
test
test_problems Removed unnecessary temporaries used for storing return values 2013-02-14 01:04:07 +00:00
.gitignore
AUTHORS
bootstrap
cantera.pc.in
ChangeLog
configure.ac
INSTALL
License.txt
Makefile.am
NEWS
README
SConstruct [SCons] Python module can be installed to user's site-packages directory 2013-03-04 17:31:08 +00:00

*******
CANTERA
*******

Version 2.1a1 (development)

License Information
===================

See the file "License.txt" for information on the terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective holders.

Web Resources
=============

1. The Cantera Google Code site:
   http://cantera.googlecode.com/
   This site contains the Cantera source code, downloads of binary releases,
   and the issue tracker for bugs and enhancement requests.

2. Cantera Documentation:
   http://cantera.github.com/docs/sphinx/html/index.html
   This site contains documentation for the current development version of
   Cantera.

3. The Cantera User's Group:
   http://groups.google.com/group/cantera-users
   This site has a message board for discussions amongst Cantera users.

4. The Cantera Developers Group:
   http://groups.google.com/group/cantera-dev
   Limited access site where developers can discuss development ideas.

5. Old Cantera source code site.
   http://sourceforge.net/projects/cantera
   Distribution of the Cantera source code previously done using SourceForge.
   It still contains the project CVS history.