mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampledSet: use non-const access to meshSearch
This commit is contained in:
@ -95,24 +95,12 @@ public:
|
||||
|
||||
// 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
|
||||
patchSeedSet
|
||||
(
|
||||
const word& name,
|
||||
const polyMesh& mesh,
|
||||
meshSearch& searchEngine,
|
||||
const meshSearch& searchEngine,
|
||||
const dictionary& dict
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user