4 lines
106 B
Matlab
4 lines
106 B
Matlab
function t = time(r)
|
|
% TIME - current value of the time.
|
|
%
|
|
t = reactornetmethods(22, reactornet_hndl(r));
|