STYLE: Minor coed formatting

This commit is contained in:
andy
2013-04-11 09:53:09 +01:00
parent 4f22868d76
commit 7102ad9129

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -175,6 +175,7 @@ class triSurface
void writeDXGeometry(const bool, Ostream&) const; void writeDXGeometry(const bool, Ostream&) const;
void writeDXTrailer(Ostream&) const; void writeDXTrailer(Ostream&) const;
// Static private functions // Static private functions
//- Convert faces to labelledTri. All get same region. //- Convert faces to labelledTri. All get same region.
@ -203,6 +204,7 @@ class triSurface
//- read non-comment line //- read non-comment line
static string getLineNoComment(IFstream&); static string getLineNoComment(IFstream&);
protected: protected:
// Protected Member Functions // Protected Member Functions
@ -219,6 +221,7 @@ protected:
return static_cast<List<Face>&>(*this); return static_cast<List<Face>&>(*this);
} }
public: public:
// Public typedefs // Public typedefs
@ -287,7 +290,6 @@ public:
triSurface(const triSurface&); triSurface(const triSurface&);
//- Destructor //- Destructor
~triSurface(); ~triSurface();
@ -324,6 +326,7 @@ public:
// If >2 neighbours: undetermined. // If >2 neighbours: undetermined.
const labelList& edgeOwner() const; const labelList& edgeOwner() const;
// Edit // Edit
//- Move points //- Move points
@ -381,6 +384,7 @@ public:
labelList& faceMap labelList& faceMap
) const; ) const;
// Write // Write
//- Write to Ostream in simple FOAM format //- Write to Ostream in simple FOAM format