cantera/interfaces
Ray Speth a1e4735743 [Python] Fix premature deallocation when slicing Solution objects
Testing the value of self.parent in _SolutionBase.__dealloc__ was ineffective
because this attribute can already be cleared when __dealloc__ is called,
causing the borrowed C++ objects to be deleted prematurely. A C data member
needs to be used to determine whether this object is responsible for deleting
the underlying C++ objects.
2015-04-29 14:38:45 -04:00
..
cython [Python] Fix premature deallocation when slicing Solution objects 2015-04-29 14:38:45 -04:00
matlab [Matlab] Add missing 'clear' functions 2015-04-11 10:54:52 -04:00
python_minimal Change Python module URL to point to cantera.org 2015-03-10 22:41:49 +00:00