8 lines
224 B
Matlab
8 lines
224 B
Matlab
function i = hndl(p)
|
|
% HNDL Get the integer used to access the kernel object.
|
|
% i = hndl(p)
|
|
% Deprecated in favor of :mat:func:`thermo_hndl`.
|
|
%
|
|
|
|
warning('This function is deprecated in favor of thermo_hndl.m')
|
|
i = p.tp_id;
|