STYLE: consistent access for particle sizeofFields, particle iterators

This commit is contained in:
Mark Olesen
2019-07-30 14:22:56 +02:00
committed by Andrew Heather
parent 3d0ed07fff
commit 743311df7d
9 changed files with 70 additions and 70 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
@ -64,12 +64,6 @@ class wallBoundedParticle
:
public particle
{
// Private data
//- Size in bytes of the fields
static const std::size_t sizeofFields_;
public:
//- Class used to pass tracking data to the trackToFace function
@ -151,6 +145,12 @@ protected:
public:
// Static Data Members
//- Size in bytes of the fields
static const std::size_t sizeofFields_;
// Constructors
//- Construct from components