BUG: refinementSurfaces: copy from PtrList
This commit is contained in:
@ -418,7 +418,7 @@ Foam::refinementSurfaces::refinementSurfaces
|
||||
const labelList& maxLevel,
|
||||
const labelList& gapLevel,
|
||||
const scalarField& perpendicularAngle,
|
||||
const PtrList<dictionary>& patchInfo
|
||||
PtrList<dictionary>& patchInfo
|
||||
)
|
||||
:
|
||||
allGeometry_(allGeometry),
|
||||
@ -440,7 +440,7 @@ Foam::refinementSurfaces::refinementSurfaces
|
||||
{
|
||||
if (patchInfo.set(pI))
|
||||
{
|
||||
patchInfo_[pI] = patchInfo[pI];
|
||||
patchInfo_.set(pI, patchInfo.set(pI, NULL));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -169,7 +169,7 @@ public:
|
||||
const labelList& maxLevel,
|
||||
const labelList& gapLevel,
|
||||
const scalarField& perpendicularAngle,
|
||||
const PtrList<dictionary>& patchInfo
|
||||
PtrList<dictionary>& patchInfo
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user