[skip ci]
pac-components
Sébastien Villemot 2021-09-16 16:23:20 +02:00
parent 37467a9b9d
commit 240d82e64a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ for i = 1:maxit
end
beta0 = oo_.sur.(model_name).beta;
if i == maxit
warning('maximum nuber of iterations reached')
warning('maximum number of iterations reached')
end
end