From 7102ad9129a8ba0251c26ec27761c36b17c82cb0 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 11 Apr 2013 09:53:09 +0100 Subject: [PATCH] STYLE: Minor coed formatting --- src/triSurface/triSurface/triSurface.H | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/triSurface/triSurface/triSurface.H b/src/triSurface/triSurface/triSurface.H index 62c6cd3d6f..b32ca47947 100644 --- a/src/triSurface/triSurface/triSurface.H +++ b/src/triSurface/triSurface/triSurface.H @@ -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&>(*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