mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: typo in rotatedBoxToCell constructor caused uninitialized variable
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user