chtMultiRegionFoam: Removed spurious trailing '.'s

This commit is contained in:
Henry Weller
2017-10-20 14:49:44 +01:00
parent fcb142d64d
commit d52b1602a2
4 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
const dictionary& residualControl =
mesh.solutionDict().subDict("SIMPLE").subOrEmptyDict("residualControl");
scalar UTol = -1.;
scalar hTol = -1.;
scalar p_rghTol = -1.;
scalar UTol = -1;
scalar hTol = -1;
scalar p_rghTol = -1;
if (!residualControl.empty())
{

View File

@ -1,7 +1,7 @@
const dictionary& residualControl =
mesh.solutionDict().subDict("SIMPLE").subOrEmptyDict("residualControl");
scalar hTol = -1.;
scalar hTol = -1;
if (!residualControl.empty())
{

View File

@ -1,9 +1,9 @@
const dictionary& residualControl =
mesh.solutionDict().subDict("PIMPLE").subOrEmptyDict("residualControl");
scalar UTol = -1.;
scalar heTol = -1.;
scalar p_rghTol = -1.;
scalar UTol = -1;
scalar heTol = -1;
scalar p_rghTol = -1;
if (!residualControl.empty())
{

View File

@ -1,7 +1,7 @@
const dictionary& residualControl =
mesh.solutionDict().subDict("PIMPLE").subOrEmptyDict("residualControl");
scalar hTol = -1.;
scalar hTol = -1;
if (!residualControl.empty())
{