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-plus
Commits
ff9d1213
Commit
ff9d1213
authored
Mar 27, 2018
by
Mark Olesen
Browse files
STYLE: inconsistent field naming for hexRef8Data
parent
22c695f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8Data.C
View file @
ff9d1213
...
...
@@ -292,7 +292,7 @@ void Foam::hexRef8Data::sync(const IOobject& io)
new
uniformDimensionedScalarField
(
rio
,
dimensionedScalar
(
"zero"
,
dimLength
,
masterLen
)
dimensionedScalar
(
rio
.
name
()
,
dimLength
,
masterLen
)
)
);
}
...
...
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