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
Toggle navigation
Open sidebar
GPIAG-Software
IFOS2D
Commits
94ebed93
Commit
94ebed93
authored
Dec 02, 2015
by
Florian Wittkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: Compiler warning
parent
6c502b25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/denise.c
src/denise.c
+1
-1
No files found.
src/denise.c
View file @
94ebed93
...
...
@@ -4208,7 +4208,7 @@ int main(int argc, char **argv){
}
if
(
diff
<=
pro
)
fprintf
(
FP
,
"
\n
Reached the abort criterion of pro = %4.2f: diff = %4.2f
\n
"
,
pro
,
diff
);
if
(
wolfe_SLS_failed
)
fprintf
(
FP
,
"
\n
Wolfe step length search failed
\n
"
,
pro
,
diff
);
if
(
wolfe_SLS_failed
)
fprintf
(
FP
,
"
\n
Wolfe step length search failed
\n
"
);
fprintf
(
FP
,
"
\n
Switching to next line in workflow"
);
workflow_line_current
++
;
...
...
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