Skip to content
Snippets Groups Projects
Commit 4fc380de authored by Henry's avatar Henry
Browse files

Corrected line length

parent f4ad99ff
Branches
Tags
No related merge requests found
......@@ -400,7 +400,11 @@ void Foam::seulex::solve
if (err > 1.0)
{
reject = true;
if (kTarg_ > 1 && work_[kTarg_-1] < kFactor1_*work_[kTarg_])
if
(
kTarg_ > 1
&& work_[kTarg_-1] < kFactor1_*work_[kTarg_]
)
{
kTarg_--;
}
......
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