Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
dynare
Commits
2b7dbff4
Verified
Commit
2b7dbff4
authored
Jan 22, 2021
by
Stéphane Adjemian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic change.
[skip ci]
parent
f19decf2
Pipeline
#4781
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
matlab/optimization/csminwel1.m
matlab/optimization/csminwel1.m
+3
-3
No files found.
matlab/optimization/csminwel1.m
View file @
2b7dbff4
...
...
@@ -42,7 +42,7 @@ function [fh,xh,gh,H,itct,fcount,retcodeh] = csminwel1(fcn,x0,H0,grad,crit,nit,m
% http://sims.princeton.edu/yftp/optimize/mfiles/csminwel.m
%
% Copyright (C) 1993-2007 Christopher Sims
% Copyright (C) 2006-201
7
Dynare Team
% Copyright (C) 2006-20
2
1 Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -79,9 +79,9 @@ if ischar(fcn)
end
if
ischar
(
grad
)
grad
=
str2func
(
grad
);
grad_fun_provided
=
1
;
grad_fun_provided
=
true
;
else
grad_fun_provided
=
0
;
grad_fun_provided
=
false
;
end
%tailstr = ')';
%stailstr = [];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment