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

@ -63,14 +63,16 @@ class cuttingPlane
public plane,
public MeshedSurface<face>
{
//- Private typedefs for convenience
typedef MeshedSurface<face> MeshStorage;
//- 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