STYLE: remove trailing ';' after '{ ... }' compound

This commit is contained in:
Mark Olesen
2010-12-30 17:50:47 +01:00
parent 4148c975f9
commit a78fa5add5
49 changed files with 69 additions and 73 deletions

View File

@ -34,8 +34,8 @@ namespace XiGModels
{ {
defineTypeNameAndDebug(basicSubGrid, 0); defineTypeNameAndDebug(basicSubGrid, 0);
addToRunTimeSelectionTable(XiGModel, basicSubGrid, dictionary); addToRunTimeSelectionTable(XiGModel, basicSubGrid, dictionary);
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -31,7 +31,7 @@ namespace Foam
{ {
defineTypeNameAndDebug(PDRDragModel, 0); defineTypeNameAndDebug(PDRDragModel, 0);
defineRunTimeSelectionTable(PDRDragModel, dictionary); defineRunTimeSelectionTable(PDRDragModel, dictionary);
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -34,8 +34,8 @@ namespace PDRDragModels
{ {
defineTypeNameAndDebug(basic, 0); defineTypeNameAndDebug(basic, 0);
addToRunTimeSelectionTable(PDRDragModel, basic, dictionary); addToRunTimeSelectionTable(PDRDragModel, basic, dictionary);
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -34,8 +34,8 @@ namespace XiEqModels
{ {
defineTypeNameAndDebug(SCOPEBlend, 0); defineTypeNameAndDebug(SCOPEBlend, 0);
addToRunTimeSelectionTable(XiEqModel, SCOPEBlend, dictionary); addToRunTimeSelectionTable(XiEqModel, SCOPEBlend, dictionary);
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -31,7 +31,7 @@ namespace Foam
{ {
defineTypeNameAndDebug(XiEqModel, 0); defineTypeNameAndDebug(XiEqModel, 0);
defineRunTimeSelectionTable(XiEqModel, dictionary); defineRunTimeSelectionTable(XiEqModel, dictionary);
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -31,7 +31,7 @@ namespace Foam
{ {
defineTypeNameAndDebug(XiGModel, 0); defineTypeNameAndDebug(XiGModel, 0);
defineRunTimeSelectionTable(XiGModel, dictionary); defineRunTimeSelectionTable(XiGModel, dictionary);
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -34,8 +34,8 @@ namespace XiGModels
{ {
defineTypeNameAndDebug(instabilityG, 0); defineTypeNameAndDebug(instabilityG, 0);
addToRunTimeSelectionTable(XiGModel, instabilityG, dictionary); addToRunTimeSelectionTable(XiGModel, instabilityG, dictionary);
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -31,7 +31,7 @@ namespace Foam
{ {
defineTypeNameAndDebug(XiModel, 0); defineTypeNameAndDebug(XiModel, 0);
defineRunTimeSelectionTable(XiModel, dictionary); defineRunTimeSelectionTable(XiModel, dictionary);
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -34,8 +34,8 @@ namespace XiModels
{ {
defineTypeNameAndDebug(fixed, 0); defineTypeNameAndDebug(fixed, 0);
addToRunTimeSelectionTable(XiModel, fixed, dictionary); addToRunTimeSelectionTable(XiModel, fixed, dictionary);
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -39,8 +39,8 @@ namespace combustionModels
infinitelyFastChemistry, infinitelyFastChemistry,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -39,8 +39,8 @@ namespace combustionModels
noCombustion, noCombustion,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -50,7 +50,7 @@ const scalar
KRR4::c1X = 1.0/2.0, KRR4::c2X = -3.0/2.0, KRR4::c3X = 121.0/50.0, KRR4::c1X = 1.0/2.0, KRR4::c2X = -3.0/2.0, KRR4::c3X = 121.0/50.0,
KRR4::c4X = 29.0/250.0, KRR4::c4X = 29.0/250.0,
KRR4::a2X = 1.0, KRR4::a3X = 3.0/5.0; KRR4::a2X = 1.0, KRR4::a3X = 3.0/5.0;
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -31,7 +31,7 @@ defineTypeNameAndDebug(Foam::ODESolver, 0);
namespace Foam namespace Foam
{ {
defineRunTimeSelectionTable(ODESolver, ODE); defineRunTimeSelectionTable(ODESolver, ODE);
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -49,7 +49,7 @@ const scalar
RK::dc1 = RK::c1 - 2825.0/27648.0, RK::dc3 = RK::c3 - 18575.0/48384.0, RK::dc1 = RK::c1 - 2825.0/27648.0, RK::dc3 = RK::c3 - 18575.0/48384.0,
RK::dc4 = RK::c4 - 13525.0/55296.0, RK::dc5 = -277.00/14336.0, RK::dc4 = RK::c4 - 13525.0/55296.0, RK::dc5 = -277.00/14336.0,
RK::dc6 = RK::c6 - 0.25; RK::dc6 = RK::c6 - 0.25;
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -42,7 +42,7 @@ namespace Foam
SIBS::redMax = 1.0e-5, SIBS::redMax = 1.0e-5,
SIBS::redMin = 0.7, SIBS::redMin = 0.7,
SIBS::scaleMX = 0.1; SIBS::scaleMX = 0.1;
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -35,7 +35,7 @@ namespace Foam
{ {
typedef graph::writer graphWriter; typedef graph::writer graphWriter;
addToRunTimeSelectionTable(graphWriter, gnuplotGraph, word); addToRunTimeSelectionTable(graphWriter, gnuplotGraph, word);
}; }
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

View File

@ -35,7 +35,7 @@ namespace Foam
{ {
typedef graph::writer graphWriter; typedef graph::writer graphWriter;
addToRunTimeSelectionTable(graphWriter, jplotGraph, word); addToRunTimeSelectionTable(graphWriter, jplotGraph, word);
}; }
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

View File

@ -35,7 +35,7 @@ namespace Foam
{ {
typedef graph::writer graphWriter; typedef graph::writer graphWriter;
addToRunTimeSelectionTable(graphWriter, rawGraph, word); addToRunTimeSelectionTable(graphWriter, rawGraph, word);
}; }
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

View File

@ -35,7 +35,7 @@ namespace Foam
{ {
typedef graph::writer graphWriter; typedef graph::writer graphWriter;
addToRunTimeSelectionTable(graphWriter, xmgrGraph, word); addToRunTimeSelectionTable(graphWriter, xmgrGraph, word);
}; }
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

View File

@ -37,8 +37,8 @@ namespace solidBodyMotionFunctions
{ {
defineTypeNameAndDebug(SDA, 0); defineTypeNameAndDebug(SDA, 0);
addToRunTimeSelectionTable(solidBodyMotionFunction, SDA, dictionary); addToRunTimeSelectionTable(solidBodyMotionFunction, SDA, dictionary);
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -39,8 +39,8 @@ namespace solidBodyMotionFunctions
linearMotion, linearMotion,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -39,8 +39,8 @@ namespace solidBodyMotionFunctions
multiMotion, multiMotion,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -39,8 +39,8 @@ namespace solidBodyMotionFunctions
oscillatingLinearMotion, oscillatingLinearMotion,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -42,8 +42,8 @@ namespace solidBodyMotionFunctions
oscillatingRotatingMotion, oscillatingRotatingMotion,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -42,8 +42,8 @@ namespace solidBodyMotionFunctions
rotatingMotion, rotatingMotion,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -45,8 +45,8 @@ namespace solidBodyMotionFunctions
tabulated6DoFMotion, tabulated6DoFMotion,
dictionary dictionary
); );
}; }
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -55,7 +55,7 @@ public:
j = y.rcIndex(j); j = y.rcIndex(j);
} }
} }
}; }
}; };
} }

View File

@ -1195,7 +1195,7 @@ void Foam::InteractionLists<ParticleType>::sendReferredData
// buffer but not block, i.e. it is calling // buffer but not block, i.e. it is calling
// pBufs.finishedSends(false); // pBufs.finishedSends(false);
wallFaceMap().send(pBufs, referredWallData_); wallFaceMap().send(pBufs, referredWallData_);
}; }
template<class ParticleType> template<class ParticleType>

View File

@ -25,17 +25,13 @@ License
#include "passiveParticleCloud.H" #include "passiveParticleCloud.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
namespace Foam namespace Foam
{ {
defineParticleTypeNameAndDebug(passiveParticle, 0);
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // defineTemplateTypeNameAndDebug(Cloud<passiveParticle>, 0);
}
defineParticleTypeNameAndDebug(passiveParticle, 0);
defineTemplateTypeNameAndDebug(Cloud<passiveParticle>, 0);
};
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -31,7 +31,7 @@ License
namespace Foam namespace Foam
{ {
createReactingMultiphaseParcelTypes(coalParcel); createReactingMultiphaseParcelTypes(coalParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -70,7 +70,7 @@ namespace Foam
makeReactingMultiphaseParcelDevolatilisationModels(coalParcel); makeReactingMultiphaseParcelDevolatilisationModels(coalParcel);
makeReactingParcelSurfaceFilmModels(coalParcel); makeReactingParcelSurfaceFilmModels(coalParcel);
makeCoalParcelSurfaceReactionModels(coalParcel); makeCoalParcelSurfaceReactionModels(coalParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -31,7 +31,7 @@ namespace Foam
defineTemplateTypeNameAndDebug(Cloud<dsmcParcel>, 0); defineTemplateTypeNameAndDebug(Cloud<dsmcParcel>, 0);
defineParcelTypeNameAndDebug(DsmcCloud<dsmcParcel>, 0); defineParcelTypeNameAndDebug(DsmcCloud<dsmcParcel>, 0);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -32,7 +32,7 @@ namespace Foam
defineTypeNameAndDebug(dsmcParcel, 0); defineTypeNameAndDebug(dsmcParcel, 0);
defineParticleTypeNameAndDebug(dsmcParcel, 0); defineParticleTypeNameAndDebug(dsmcParcel, 0);
defineParcelTypeNameAndDebug(dsmcParcel, 0); defineParcelTypeNameAndDebug(dsmcParcel, 0);
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -52,7 +52,7 @@ namespace Foam
DsmcCloud, DsmcCloud,
dsmcParcel dsmcParcel
); );
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -45,7 +45,7 @@ namespace Foam
DsmcCloud, DsmcCloud,
dsmcParcel dsmcParcel
); );
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -52,7 +52,7 @@ namespace Foam
DsmcCloud, DsmcCloud,
dsmcParcel dsmcParcel
); );
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -39,7 +39,7 @@ namespace Foam
makeIntegrationScheme(vector); makeIntegrationScheme(vector);
makeIntegrationSchemeType(Euler, vector); makeIntegrationSchemeType(Euler, vector);
makeIntegrationSchemeType(Analytical, vector); makeIntegrationSchemeType(Analytical, vector);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -31,7 +31,7 @@ License
namespace Foam namespace Foam
{ {
createKinematicParcelTypes(basicKinematicParcel); createKinematicParcelTypes(basicKinematicParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -46,7 +46,7 @@ namespace Foam
makeParcelPatchInteractionModels(basicKinematicParcel); makeParcelPatchInteractionModels(basicKinematicParcel);
makeParcelPostProcessingModels(basicKinematicParcel); makeParcelPostProcessingModels(basicKinematicParcel);
makeParcelSurfaceFilmModels(basicKinematicParcel); makeParcelSurfaceFilmModels(basicKinematicParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -31,7 +31,7 @@ License
namespace Foam namespace Foam
{ {
createReactingMultiphaseParcelTypes(basicReactingMultiphaseParcel); createReactingMultiphaseParcelTypes(basicReactingMultiphaseParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -80,7 +80,7 @@ namespace Foam
( (
basicReactingMultiphaseParcel basicReactingMultiphaseParcel
); );
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -31,7 +31,7 @@ License
namespace Foam namespace Foam
{ {
createReactingParcelTypes(basicReactingParcel); createReactingParcelTypes(basicReactingParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -60,7 +60,7 @@ namespace Foam
makeReactingParcelCompositionModels(basicReactingParcel); makeReactingParcelCompositionModels(basicReactingParcel);
makeReactingParcelPhaseChangeModels(basicReactingParcel); makeReactingParcelPhaseChangeModels(basicReactingParcel);
makeReactingParcelSurfaceFilmModels(basicReactingParcel); makeReactingParcelSurfaceFilmModels(basicReactingParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -31,7 +31,7 @@ License
namespace Foam namespace Foam
{ {
createThermoParcelTypes(basicThermoParcel); createThermoParcelTypes(basicThermoParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -52,7 +52,7 @@ namespace Foam
// Thermo sub-models // Thermo sub-models
makeParcelHeatTransferModels(basicThermoParcel); makeParcelHeatTransferModels(basicThermoParcel);
makeParcelSurfaceFilmModels(basicThermoParcel); makeParcelSurfaceFilmModels(basicThermoParcel);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -44,7 +44,7 @@ namespace Foam
makeDataEntry(vector); makeDataEntry(vector);
makeDataEntryType(Constant, vector); makeDataEntryType(Constant, vector);
makeDataEntryType(Table, vector); makeDataEntryType(Table, vector);
}; }
// ************************************************************************* // // ************************************************************************* //

View File

@ -35,7 +35,7 @@ namespace Foam
{ {
defineParticleTypeNameAndDebug(molecule, 0); defineParticleTypeNameAndDebug(molecule, 0);
defineTemplateTypeNameAndDebug(Cloud<molecule>, 0); defineTemplateTypeNameAndDebug(Cloud<molecule>, 0);
}; }
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //

View File

@ -34,7 +34,7 @@ namespace Foam
{ {
defineParticleTypeNameAndDebug(solidParticle, 0); defineParticleTypeNameAndDebug(solidParticle, 0);
defineTemplateTypeNameAndDebug(Cloud<solidParticle>, 0); defineTemplateTypeNameAndDebug(Cloud<solidParticle>, 0);
}; }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -102,7 +102,7 @@ void Foam::blockMesh::calcMergeInfo()
FatalErrorIn("blockMesh::calcMergeInfo()") FatalErrorIn("blockMesh::calcMergeInfo()")
<< "Cannot find merge face for block " << blockPlabel << "Cannot find merge face for block " << blockPlabel
<< exit(FatalError); << exit(FatalError);
}; }
const labelListList& blockPfaceFaces = const labelListList& blockPfaceFaces =
blocks[blockPlabel].boundaryPatches()[blockPfaceLabel]; blocks[blockPlabel].boundaryPatches()[blockPfaceLabel];
@ -211,7 +211,7 @@ void Foam::blockMesh::calcMergeInfo()
FatalErrorIn("blockMesh::calcMergeInfo()") FatalErrorIn("blockMesh::calcMergeInfo()")
<< "Cannot find merge face for block " << blockNlabel << "Cannot find merge face for block " << blockNlabel
<< exit(FatalError); << exit(FatalError);
}; }
const labelListList& blockNfaceFaces = const labelListList& blockNfaceFaces =
blocks[blockNlabel].boundaryPatches()[blockNfaceLabel]; blocks[blockNlabel].boundaryPatches()[blockNfaceLabel];
@ -471,7 +471,7 @@ void Foam::blockMesh::calcMergeInfo()
FatalErrorIn("blockMesh::calcMergeInfo()") FatalErrorIn("blockMesh::calcMergeInfo()")
<< "Cannot find merge face for block " << blockPlabel << "Cannot find merge face for block " << blockPlabel
<< exit(FatalError); << exit(FatalError);
}; }
foundFace = false; foundFace = false;
label blockNfaceLabel; label blockNfaceLabel;
@ -498,7 +498,7 @@ void Foam::blockMesh::calcMergeInfo()
FatalErrorIn("blockMesh::calcMergeInfo()") FatalErrorIn("blockMesh::calcMergeInfo()")
<< "Cannot find merge face for block " << blockNlabel << "Cannot find merge face for block " << blockNlabel
<< exit(FatalError); << exit(FatalError);
}; }
const labelListList& blockPfaceFaces = const labelListList& blockPfaceFaces =
blocks[blockPlabel].boundaryPatches()[blockPfaceLabel]; blocks[blockPlabel].boundaryPatches()[blockPfaceLabel];