Updated for WM_LABEL_SIZE=64
This commit is contained in:
@ -546,7 +546,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
neighbour_
|
||||
(
|
||||
@ -559,7 +559,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
clearedPrimitives_(false),
|
||||
boundary_
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -426,7 +426,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
owner_
|
||||
(
|
||||
@ -439,7 +439,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
neighbour_
|
||||
(
|
||||
@ -452,7 +452,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
clearedPrimitives_(false),
|
||||
boundary_
|
||||
@ -715,7 +715,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
owner_
|
||||
(
|
||||
@ -728,7 +728,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
neighbour_
|
||||
(
|
||||
@ -741,7 +741,7 @@ Foam::polyMesh::polyMesh
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
clearedPrimitives_(false),
|
||||
boundary_
|
||||
|
||||
@ -414,7 +414,7 @@ Foam::singleCellFvMesh::singleCellFvMesh
|
||||
io.readOpt(),
|
||||
io.writeOpt()
|
||||
),
|
||||
0
|
||||
label(0)
|
||||
),
|
||||
patchFaceMap_
|
||||
(
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2013-2022 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2013-2023 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -156,7 +156,7 @@ void Foam::patchInjectionBase::setPositionAndCell
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return label(0);
|
||||
};
|
||||
|
||||
const polyPatch& patch = mesh.boundaryMesh()[patchId_];
|
||||
|
||||
Reference in New Issue
Block a user