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

4 lines
94 B
Matlab

function n = hndl(a)
warning('This function is deprecated in favor of trans_hndl')
n = a.id;