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) 2011-2018 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -71,7 +71,7 @@ int main(int argc, char *argv[])
|
||||
size
|
||||
);
|
||||
|
||||
const face f(identity(4));
|
||||
const face f(identityMap(4));
|
||||
|
||||
forAll(faces2, i)
|
||||
{
|
||||
@ -134,7 +134,7 @@ int main(int argc, char *argv[])
|
||||
size
|
||||
);
|
||||
|
||||
const face f(identity(4));
|
||||
const face f(identityMap(4));
|
||||
|
||||
forAll(faces2, i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user