Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
5f865a44
Commit
5f865a44
authored
Jul 19, 2015
by
Henry Weller
Browse files
seulex: initialize errOld to avoid warning from gcc-4.7.?
parent
ecb6bb66
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ODE/ODESolvers/seulex/seulex.C
View file @
5f865a44
...
...
@@ -256,7 +256,7 @@ void Foam::seulex::solve
<<
"step size underflow :"
<<
dx
<<
endl
;
}
scalar
errOld
;
scalar
errOld
=
0
;
for
(
k
=
0
;
k
<=
kTarg_
+
1
;
k
++
)
{
...
...
Write
Preview
Supports
Markdown
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