mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor coed formatting
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user