Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
987dcb5c
Commit
987dcb5c
authored
Jul 30, 2008
by
Mattijs Janssens
Browse files
no return value
parent
ad9e324c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.C
View file @
987dcb5c
...
...
@@ -102,7 +102,7 @@ Foam::scalar Foam::layerAdditionRemoval::readOldThickness
const
dictionary
&
dict
)
{
dict
.
lookupOrDefault
(
"oldLayerThickness"
,
-
1
.
0
);
return
dict
.
lookupOrDefault
(
"oldLayerThickness"
,
-
1
.
0
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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