chtMultiRegionFoam: Removed spurious trailing '.'s
This commit is contained in:
@ -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())
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
const dictionary& residualControl =
|
||||
mesh.solutionDict().subDict("SIMPLE").subOrEmptyDict("residualControl");
|
||||
|
||||
scalar hTol = -1.;
|
||||
scalar hTol = -1;
|
||||
|
||||
if (!residualControl.empty())
|
||||
{
|
||||
|
||||
@ -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())
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
const dictionary& residualControl =
|
||||
mesh.solutionDict().subDict("PIMPLE").subOrEmptyDict("residualControl");
|
||||
|
||||
scalar hTol = -1.;
|
||||
scalar hTol = -1;
|
||||
|
||||
if (!residualControl.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user