8 lines
192 B
Matlab
8 lines
192 B
Matlab
function clear(s)
|
|
% CLEAR Delete the C++ ReactorSurface object.
|
|
% clear(s)
|
|
% :param s:
|
|
% Instance of class :mat:func:`ReactorSurface`
|
|
%
|
|
|
|
reactorsurfacemethods(1, reactorsurface_hndl(s));
|