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:
Henry Weller
2018-02-07 15:57:50 +00:00
parent 852726c25f
commit 8cbde12c80

View File

@ -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)