cantera/interfaces/python
Ray Speth 80b723cfe7 Python: Fixed reference counting issues with Func objects used by Reactors
The C++ Reactor class doesn't own a reference to the Func object. To make
borrowing the reference safe, the Python Reactor class now owns a reference,
which is guaranteed to be valid for the lifetime of the C++ Reactor object.
2012-03-25 23:25:45 +00:00
..
Cantera Python: Fixed reference counting issues with Func objects used by Reactors 2012-03-25 23:25:45 +00:00
MixMaster Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
.gitignore Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctml_writer.py Syntax errors in CTI files now show more context lines 2012-03-16 14:44:31 +00:00
setup.py.in Fixed a bug with Python Distutils and relative source paths 2012-02-15 23:31:37 +00:00