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