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
a029f59a
Commit
a029f59a
authored
Feb 05, 2015
by
Henry
Browse files
gradingDescriptor: support SP compilation
parent
73c306b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/blockMesh/gradingDescriptor/gradingDescriptor.C
View file @
a029f59a
...
...
@@ -131,7 +131,7 @@ Foam::Istream& Foam::operator>>(Istream& is, gradingDescriptor& gd)
Foam
::
Ostream
&
Foam
::
operator
<<
(
Ostream
&
os
,
const
gradingDescriptor
&
gd
)
{
if
(
equal
(
gd
.
blockFraction_
,
1
.
0
))
if
(
equal
(
gd
.
blockFraction_
,
1
))
{
os
<<
gd
.
expansionRatio_
;
}
...
...
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