autoHexMesh : avoid compiler complaints about scalar->label conversion

This commit is contained in:
Mark Olesen
2008-06-23 14:12:49 +02:00
parent dc5e6dcb9a
commit 9dbb1149fc
2 changed files with 2 additions and 2 deletions

View File

@ -803,7 +803,7 @@ public:
(
const dictionary& shrinkDict,
const dictionary& motionDict,
const scalar nAllowableErrors,
const label nAllowableErrors,
motionSmoother&
);

View File

@ -2346,7 +2346,7 @@ void Foam::autoHexMeshDriver::addLayers
(
const dictionary& shrinkDict,
const dictionary& motionDict,
const scalar nAllowableErrors,
const label nAllowableErrors,
motionSmoother& meshMover
)
{