dynare/tests/steady_state/fs2000_ssfile_aux.m

5 lines
66 B
Matlab

function [W, e] = fs2000_ssfile_aux(l, n)
W = l/n;
e = 1;
end