11 lines
230 B
Matlab
11 lines
230 B
Matlab
function t = atol(r)
|
|
% ATOL Get the absolute error tolerance.
|
|
% t = atol(r)
|
|
% :param r:
|
|
% Instance of class :mat:func:`ReactorNet`
|
|
% :return:
|
|
% Absolute error tolerance.
|
|
%
|
|
|
|
t = reactornetmethods(24, reactornet_hndl(r));
|
|
|