4 lines
100 B
Matlab
4 lines
100 B
Matlab
function i = hndl(p)
|
|
|
|
warning('This function is deprecated in favor of thermo_hndl.m')
|
|
i = p.tp_id;
|