STYLE: Minor code formatting

This commit is contained in:
andy
2011-12-16 14:50:23 +00:00
parent d46303b9cb
commit 204e393d8b
5 changed files with 13 additions and 9 deletions

View File

@ -42,7 +42,7 @@ namespace Foam
{ {
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class CuthillMcKeeRenumber Declaration Class CuthillMcKeeRenumber Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
class CuthillMcKeeRenumber class CuthillMcKeeRenumber
@ -72,6 +72,7 @@ public:
//- Construct given the renumber dictionary //- Construct given the renumber dictionary
CuthillMcKeeRenumber(const dictionary& renumberDict); CuthillMcKeeRenumber(const dictionary& renumberDict);
//- Destructor //- Destructor
virtual ~CuthillMcKeeRenumber() virtual ~CuthillMcKeeRenumber()
{} {}
@ -103,7 +104,6 @@ public:
const labelListList& cellCells, const labelListList& cellCells,
const pointField& cc const pointField& cc
); );
}; };

View File

@ -41,7 +41,7 @@ namespace Foam
{ {
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class manualRenumber Declaration Class manualRenumber Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
class manualRenumber class manualRenumber
@ -71,6 +71,7 @@ public:
//- Construct given the renumber dictionary //- Construct given the renumber dictionary
manualRenumber(const dictionary& renumberDict); manualRenumber(const dictionary& renumberDict);
//- Destructor //- Destructor
virtual ~manualRenumber() virtual ~manualRenumber()
{} {}
@ -110,7 +111,6 @@ public:
); );
return labelList(0); return labelList(0);
} }
}; };

View File

@ -41,7 +41,7 @@ namespace Foam
{ {
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class randomRenumber Declaration Class randomRenumber Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
class randomRenumber class randomRenumber
@ -66,6 +66,7 @@ public:
//- Construct given the renumber dictionary //- Construct given the renumber dictionary
randomRenumber(const dictionary& renumberDict); randomRenumber(const dictionary& renumberDict);
//- Destructor //- Destructor
virtual ~randomRenumber() virtual ~randomRenumber()
{} {}

View File

@ -52,7 +52,7 @@ namespace Foam
{ {
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class springRenumber Declaration Class springRenumber Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
class springRenumber class springRenumber
@ -87,6 +87,7 @@ public:
//- Construct given the renumber dictionary //- Construct given the renumber dictionary
springRenumber(const dictionary& renumberDict); springRenumber(const dictionary& renumberDict);
//- Destructor //- Destructor
virtual ~springRenumber() virtual ~springRenumber()
{} {}
@ -117,7 +118,6 @@ public:
const labelListList& cellCells, const labelListList& cellCells,
const pointField& cc const pointField& cc
); );
}; };

View File

@ -63,14 +63,16 @@ class cuttingPlane
public plane, public plane,
public MeshedSurface<face> public MeshedSurface<face>
{ {
//- Private typedefs for convenience //- Private typedef for convenience
typedef MeshedSurface<face> MeshStorage; typedef MeshedSurface<face> MeshStorage;
// Private data // Private data
//- List of cells cut by the plane //- List of cells cut by the plane
labelList cutCells_; labelList cutCells_;
// Private Member Functions // Private Member Functions
//- Determine cut cells, possibly restricted to a list of cells //- Determine cut cells, possibly restricted to a list of cells
@ -129,6 +131,7 @@ protected:
//- remap action on triangulation or cleanup //- remap action on triangulation or cleanup
virtual void remapFaces(const labelUList& faceMap); virtual void remapFaces(const labelUList& faceMap);
public: public:
// Constructors // Constructors