Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GPIAG-Software
IFOS2D
Commits
e0161fce
Commit
e0161fce
authored
Apr 04, 2016
by
Florian Wittkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: Steplength search LBFGS
parent
57a02ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/IFOS2D.c
src/IFOS2D.c
+7
-1
No files found.
src/IFOS2D.c
View file @
e0161fce
...
...
@@ -3879,7 +3879,7 @@ int main(int argc, char **argv){
if
(
MYID
==
0
){
printf
(
"
\n
Did not find a step length which decreases the misfit.
\n
"
);
}
step3
=
0
;
break
;
}
...
...
@@ -3918,6 +3918,8 @@ int main(int argc, char **argv){
PCG_iter_start
=
iter
+
1
;
wolfe_SLS_failed
=
0
;
step3
=
0
;
}
/* ------------------------------------------------- */
...
...
@@ -3953,6 +3955,8 @@ int main(int argc, char **argv){
wolfe_SLS_failed
=
0
;
alpha_SL_old
=
1
;
step3
=
0
;
}
/* ------------------------------------------------- */
...
...
@@ -3988,6 +3992,8 @@ int main(int argc, char **argv){
wolfe_SLS_failed
=
0
;
alpha_SL_old
=
1
;
step3
=
0
;
}
}
...
...
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