cantera/interfaces
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
..
matlab Matlab: Allow simpler syntax for creating ReactorNets with one reactor 2012-03-24 01:33:54 +00:00
python Python: Fixed reference counting issues with Func objects used by Reactors 2012-03-25 23:25:45 +00:00