chtMultiRegionFoam::readSolidMultiRegionResidualControls: simplified

Patch contributed by Tobias Holzmann
This commit is contained in:
Henry Weller 2017-05-17 08:20:31 +01:00
parent e3fe02296e
commit 8462549695

View file

@ -13,13 +13,7 @@
if (hTol != -1)
{
residualControlUsed = true;
resReachedSolid = false;
}
}
// Residual control used?
if (hTol != -1)
{
residualControlUsed = true;
resReachedSolid = false;
}
}