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

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

View File

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

View File

@ -66,6 +66,7 @@ public:
//- Construct given the renumber dictionary
randomRenumber(const dictionary& renumberDict);
//- Destructor
virtual ~randomRenumber()
{}

View File

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

View File

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