STYLE: minor code formatting

This commit is contained in:
andy
2012-10-10 15:12:04 +01:00
parent bc7d36e0ff
commit 3c0a1ee5aa

View File

@ -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
{} {}
}; };