4 lines
84 B
Matlab
4 lines
84 B
Matlab
function v = volume(r)
|
|
% VOLUME - volume
|
|
%
|
|
v = reactormethods(24, reactor_hndl(r));
|