directFieldMapper: Corrected constructor name
Note this class is not currently used in OpenFOAM Resolves bug-report https://bugs.openfoam.org/view.php?id=2829
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -54,7 +54,7 @@ public:
|
|||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct given addressing
|
//- Construct given addressing
|
||||||
patchFieldSubset(const labelUList& directAddressing)
|
directFieldMapper(const labelUList& directAddressing)
|
||||||
:
|
:
|
||||||
directAddressing_(directAddressing),
|
directAddressing_(directAddressing),
|
||||||
hasUnmapped_(false)
|
hasUnmapped_(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user