mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updates for clang++-3.9
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-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -28,13 +28,16 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
const Foam::primitiveMesh* const Foam::edgeFaceCirculator::endConstIterMeshPtr
|
||||
= nullptr;
|
||||
|
||||
const Foam::edgeFaceCirculator Foam::edgeFaceCirculator::endConstIter
|
||||
(
|
||||
*reinterpret_cast<primitiveMesh*>(0), // primitiveMesh
|
||||
-1, // faceLabel
|
||||
false, // ownerSide
|
||||
-1, // index
|
||||
false // isBoundaryEdge
|
||||
*Foam::edgeFaceCirculator::endConstIterMeshPtr, // primitiveMesh
|
||||
-1, // faceLabel
|
||||
false, // ownerSide
|
||||
-1, // index
|
||||
false // isBoundaryEdge
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -88,6 +88,9 @@ class edgeFaceCirculator
|
||||
{
|
||||
// Static data members
|
||||
|
||||
//- End iterator primitiveMesh nullptr
|
||||
static const primitiveMesh* const endConstIterMeshPtr;
|
||||
|
||||
//- End iterator
|
||||
static const edgeFaceCirculator endConstIter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user