Skip to content
Snippets Groups Projects
Commit 3c0a1ee5 authored by andy's avatar andy
Browse files

STYLE: minor code formatting

parent bc7d36e0
Branches
Tags
No related merge requests found
......@@ -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
{}
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment