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
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -54,7 +54,7 @@ public:
|
||||
// Constructors
|
||||
|
||||
//- Construct given addressing
|
||||
patchFieldSubset(const labelUList& directAddressing)
|
||||
directFieldMapper(const labelUList& directAddressing)
|
||||
:
|
||||
directAddressing_(directAddressing),
|
||||
hasUnmapped_(false)
|
||||
|
||||
Reference in New Issue
Block a user