dbirch997 / cantera

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

Matlab "clear" functions missing or broken #252

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Several classes do not have the "clear" function defined which allows the 
underlying Cantera C++ object to be deleted:

Domain1D
Stack
Func
Mixture
ReactorNet
Wall
XML_Node

In addition, the 'clear' method for class Reactor appears to call the incorrect 
method - it calls reactormethods(2, ...) which appears to be reactornet_copy, 
not reactornet_del.

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