ListOps::identity -> identityMap
to avoid confusion with the tensor identity.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2020-2021 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2020-2023 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -49,7 +49,7 @@ void Foam::sampledSets::cellSetSampledSet::genSamples()
|
||||
setSamples
|
||||
(
|
||||
List<point>(IndirectList<point>(mesh().cellCentres(), cells)),
|
||||
identity(cells.size()),
|
||||
identityMap(cells.size()),
|
||||
cells,
|
||||
labelList(cells.size(), -1)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user