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
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -25,6 +25,7 @@ Class
|
||||
Foam::surfaceWriter
|
||||
|
||||
Description
|
||||
Base class for surface writers
|
||||
|
||||
SourceFiles
|
||||
surfaceWriter.C
|
||||
@ -115,7 +116,6 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
//- Write single surface geometry to file.
|
||||
virtual void write
|
||||
(
|
||||
@ -127,7 +127,6 @@ public:
|
||||
) const
|
||||
{}
|
||||
|
||||
|
||||
//- Write scalarField for a single surface to file.
|
||||
// One value per face or vertex (isNodeValues = true)
|
||||
virtual void write
|
||||
@ -202,8 +201,6 @@ public:
|
||||
const bool verbose = false
|
||||
) const
|
||||
{}
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user