Corrected line length

This commit is contained in:
Henry 2013-11-09 13:58:22 +00:00
parent f4ad99ff39
commit 4fc380de6b

View File

@ -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_--;
}