Export to GitHub

cantera - issue #252

Matlab "clear" functions missing or broken


Posted on Feb 19, 2015 by Swift Kangaroo

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.

Status: Accepted

Labels:
Type-Defect Priority-Medium Component-Matlab