Skip to content
Snippets Groups Projects
Commit 5e51d937 authored by Henry Weller's avatar Henry Weller
Browse files

seulex: initialize errOld to avoid warning from gcc-4.7.?

parent 2ae2423f
Branches
Tags
No related merge requests found
......@@ -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++)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment