ENH: sampledSet: use non-const access to meshSearch

This commit is contained in:
mattijs
2012-02-03 14:29:55 +00:00
parent 1630b2df9e
commit 561e68f8e1
22 changed files with 69 additions and 80 deletions

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -175,7 +175,7 @@ Foam::circleSet::circleSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& origin, const point& origin,
const vector& circleAxis, const vector& circleAxis,
@ -202,7 +202,7 @@ Foam::circleSet::circleSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -104,7 +104,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& origin, const point& origin,
const vector& circleAxis, const vector& circleAxis,
@ -117,7 +117,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -108,7 +108,7 @@ Foam::cloudSet::cloudSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const List<point>& sampleCoords const List<point>& sampleCoords
) )
@ -129,7 +129,7 @@ Foam::cloudSet::cloudSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -89,7 +89,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const List<point>& sampleCoords const List<point>& sampleCoords
); );
@ -99,7 +99,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -331,7 +331,7 @@ Foam::faceOnlySet::faceOnlySet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end const point& end
@ -354,7 +354,7 @@ Foam::faceOnlySet::faceOnlySet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -102,7 +102,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end const point& end
@ -113,7 +113,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -117,7 +117,7 @@ Foam::midPointSet::midPointSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end const point& end
@ -138,7 +138,7 @@ Foam::midPointSet::midPointSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -70,7 +70,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end const point& end
@ -81,7 +81,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -144,7 +144,7 @@ Foam::midPointAndFaceSet::midPointAndFaceSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end const point& end
@ -165,7 +165,7 @@ Foam::midPointAndFaceSet::midPointAndFaceSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -71,7 +71,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end const point& end
@ -82,7 +82,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -266,7 +266,7 @@ Foam::patchCloudSet::patchCloudSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const List<point>& sampleCoords, const List<point>& sampleCoords,
const labelHashSet& patchSet, const labelHashSet& patchSet,
@ -291,7 +291,7 @@ Foam::patchCloudSet::patchCloudSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -94,7 +94,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const List<point>& sampleCoords, const List<point>& sampleCoords,
const labelHashSet& patchSet, const labelHashSet& patchSet,
@ -106,7 +106,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

View File

@ -205,7 +205,7 @@ Foam::patchSeedSet::patchSeedSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

View File

@ -95,24 +95,12 @@ public:
// Constructors // Constructors
// //- Construct from components
// patchSeedSet
// (
// const word& name,
// const polyMesh& mesh,
// meshSearch& searchEngine,
// const word& axis,
// const List<point>& sampleCoords,
// const labelHashSet& patchSet,
// const scalar searchDist
// );
//- Construct from dictionary //- Construct from dictionary
patchSeedSet patchSeedSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -350,7 +350,7 @@ Foam::polyLineSet::polyLineSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const List<point>& sampleCoords const List<point>& sampleCoords
) )
@ -371,7 +371,7 @@ Foam::polyLineSet::polyLineSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -101,7 +101,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const List<point>& samplePoints const List<point>& samplePoints
); );
@ -111,7 +111,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -406,7 +406,7 @@ Foam::sampledSet::sampledSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis const word& axis
) )
: :
@ -423,7 +423,7 @@ Foam::sampledSet::sampledSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :
@ -448,7 +448,7 @@ Foam::autoPtr<Foam::sampledSet> Foam::sampledSet::New
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
{ {
@ -462,7 +462,8 @@ Foam::autoPtr<Foam::sampledSet> Foam::sampledSet::New
FatalErrorIn FatalErrorIn
( (
"sampledSet::New" "sampledSet::New"
"(const word&, const polyMesh&, meshSearch&, const dictionary&)" "(const word&, const polyMesh&, const meshSearch&"
", const dictionary&)"
) << "Unknown sample type " ) << "Unknown sample type "
<< sampleType << nl << nl << sampleType << nl << nl
<< "Valid sample types : " << endl << "Valid sample types : " << endl

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -69,7 +69,7 @@ class sampledSet
const polyMesh& mesh_; const polyMesh& mesh_;
//- Reference to mesh searching class //- Reference to mesh searching class
meshSearch& searchEngine_; const meshSearch& searchEngine_;
protected: protected:
@ -159,7 +159,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
), ),
(name, mesh, searchEngine, dict) (name, mesh, searchEngine, dict)
@ -171,11 +171,11 @@ public:
class iNew class iNew
{ {
const polyMesh& mesh_; const polyMesh& mesh_;
meshSearch& searchEngine_; const meshSearch& searchEngine_;
public: public:
iNew(const polyMesh& mesh, meshSearch& searchEngine) iNew(const polyMesh& mesh, const meshSearch& searchEngine)
: :
mesh_(mesh), mesh_(mesh),
searchEngine_(searchEngine) searchEngine_(searchEngine)
@ -204,7 +204,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis const word& axis
); );
@ -213,7 +213,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );
@ -232,7 +232,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );
@ -248,7 +248,7 @@ public:
return mesh_; return mesh_;
} }
meshSearch& searchEngine() const const meshSearch& searchEngine() const
{ {
return searchEngine_; return searchEngine_;
} }

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -108,7 +108,7 @@ Foam::triSurfaceMeshPointSet::triSurfaceMeshPointSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -90,7 +90,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -425,7 +425,7 @@ Foam::uniformSet::uniformSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end, const point& end,
@ -450,7 +450,7 @@ Foam::uniformSet::uniformSet
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
) )
: :

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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -118,7 +118,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const word& axis, const word& axis,
const point& start, const point& start,
const point& end, const point& end,
@ -130,7 +130,7 @@ public:
( (
const word& name, const word& name,
const polyMesh& mesh, const polyMesh& mesh,
meshSearch& searchEngine, const meshSearch& searchEngine,
const dictionary& dict const dictionary& dict
); );