s-amouyal12 / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Matlab 'cleanup' does not delete reactor objects #251

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The "cleanup" function in the Matlab interface ultimately calls case 4 of 
ctfunctions() defined in ctfunctions.cpp, which deletes the following objects 
only:

Domain1D
Sim1D
XML_Node
ThermoPhase
Kinetics
Transport

This misses all the classes associated with reactor networks, as well as classs 
MultiPhase and Func1 (which can be identified by searching for "typedef 
Cabinet".

Original issue reported on code.google.com by yarmond on 19 Feb 2015 at 10:32