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
6777e02e
Commit
6777e02e
authored
Dec 17, 2010
by
Mark Olesen
Browse files
BUG: typo in rotatedBoxToCell constructor caused uninitialized variable
parent
d87a880e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C
View file @
6777e02e
...
@@ -128,7 +128,7 @@ Foam::rotatedBoxToCell::rotatedBoxToCell
...
@@ -128,7 +128,7 @@ Foam::rotatedBoxToCell::rotatedBoxToCell
)
)
:
:
topoSetSource
(
mesh
),
topoSetSource
(
mesh
),
origin_
(
origin
_
),
origin_
(
origin
),
i_
(
i
),
i_
(
i
),
j_
(
j
),
j_
(
j
),
k_
(
k
)
k_
(
k
)
...
...
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