mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
autoHexMesh : avoid compiler complaints about scalar->label conversion
This commit is contained in:
@ -803,7 +803,7 @@ public:
|
||||
(
|
||||
const dictionary& shrinkDict,
|
||||
const dictionary& motionDict,
|
||||
const scalar nAllowableErrors,
|
||||
const label nAllowableErrors,
|
||||
motionSmoother&
|
||||
);
|
||||
|
||||
|
||||
@ -2346,7 +2346,7 @@ void Foam::autoHexMeshDriver::addLayers
|
||||
(
|
||||
const dictionary& shrinkDict,
|
||||
const dictionary& motionDict,
|
||||
const scalar nAllowableErrors,
|
||||
const label nAllowableErrors,
|
||||
motionSmoother& meshMover
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user