cantera/interfaces/matlab/toolbox/@XML_Node/hndl.m

4 lines
94 B
Matlab

function i = hndl(x)
warning('This function is deprecated in favor of xml_hndl.m')
i = x.id;