STYLE: use 'static const' instead of 'const static' for consistency

This commit is contained in:
Mark Olesen
2011-03-01 15:21:30 +01:00
parent a1d40dec77
commit f182b725da
7 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -56,7 +56,7 @@ class polyMesh;
class meshSearch;
/*---------------------------------------------------------------------------*\
Class sampledSet Declaration
Class sampledSet Declaration
\*---------------------------------------------------------------------------*/
class sampledSet
@ -194,7 +194,7 @@ public:
//- Tolerance when comparing points. Usually relative to difference
// between start_ and end_
const static scalar tol;
static const scalar tol;
// Constructors