Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
19ddd4e5
Commit
19ddd4e5
authored
Jun 23, 2008
by
Mark Olesen
Committed by
graham
Jun 23, 2008
Browse files
autoHexMesh : avoid compiler complaints about scalar->label conversion
parent
f74dd54d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H
View file @
19ddd4e5
...
...
@@ -803,7 +803,7 @@ public:
(
const
dictionary
&
shrinkDict
,
const
dictionary
&
motionDict
,
const
scalar
nAllowableErrors
,
const
label
nAllowableErrors
,
motionSmoother
&
);
...
...
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriverLayers.C
View file @
19ddd4e5
...
...
@@ -2346,7 +2346,7 @@ void Foam::autoHexMeshDriver::addLayers
(
const
dictionary
&
shrinkDict
,
const
dictionary
&
motionDict
,
const
scalar
nAllowableErrors
,
const
label
nAllowableErrors
,
motionSmoother
&
meshMover
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment