4 lines
101 B
Matlab
4 lines
101 B
Matlab
function i = hndl(r)
|
|
|
|
warning('This function is deprecated in favor of reactor_hndl.m')
|
|
i = r.index;
|