fixed bug in calling solve_one_boundary (introduced in 12187710e7)

time-shift
Michel Juillard 2011-11-28 14:18:02 +01:00
parent 0303b1c02b
commit 27918e6067
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if options.block && ~options.bytecode
else
[ss, check] = solve_one_boundary([M.fname '_static_' int2str(b)], ss, exo, ...
params, [], M.blocksMFS{b}, n, 1, 0, b, 0, options.maxit_, ...
options.solve_tolf, options.slowc, 0, options.solve_algo, 1, 0, 0);
options.solve_tolf, options.slowc, 0, options.solve_algo, 1, 0, 0,M,options);
end
end