Fix call to solve1 routine.

mr#1891
Stéphane Adjemian (Ryûk) 2021-07-23 22:16:43 +02:00
parent 993872d5af
commit 873a9b1a38
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ if options.solve_algo == 0
elseif options.solve_algo==1
[x, errorflag] = solve1(f, x, 1:nn, 1:nn, jacobian_flag, options.gstep, ...
tolf, tolx, ...
maxit, options.debug, arguments{:});
maxit, [], options.debug, arguments{:});
elseif options.solve_algo==9
[x, errorflag] = trust_region(f,x, 1:nn, 1:nn, jacobian_flag, options.gstep, ...
tolf, tolx, maxit, ...