mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor code formatting
This commit is contained in:
@ -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 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -25,6 +25,7 @@ Class
|
|||||||
Foam::surfaceWriter
|
Foam::surfaceWriter
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
Base class for surface writers
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
surfaceWriter.C
|
surfaceWriter.C
|
||||||
@ -115,7 +116,6 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//- Write single surface geometry to file.
|
//- Write single surface geometry to file.
|
||||||
virtual void write
|
virtual void write
|
||||||
(
|
(
|
||||||
@ -127,7 +127,6 @@ public:
|
|||||||
) const
|
) const
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
//- Write scalarField for a single surface to file.
|
//- Write scalarField for a single surface to file.
|
||||||
// One value per face or vertex (isNodeValues = true)
|
// One value per face or vertex (isNodeValues = true)
|
||||||
virtual void write
|
virtual void write
|
||||||
@ -202,8 +201,6 @@ public:
|
|||||||
const bool verbose = false
|
const bool verbose = false
|
||||||
) const
|
) const
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user