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

4 lines
101 B
Matlab

function i = hndl(r)
warning('This function is deprecated in favor of reactor_hndl.m')
i = r.index;