Skip to content
Snippets Groups Projects
Commit 6777e02e authored by Mark Olesen's avatar Mark Olesen
Browse files

BUG: typo in rotatedBoxToCell constructor caused uninitialized variable

parent d87a880e
Branches
Tags
No related merge requests found
......@@ -128,7 +128,7 @@ Foam::rotatedBoxToCell::rotatedBoxToCell
)
:
topoSetSource(mesh),
origin_(origin_),
origin_(origin),
i_(i),
j_(j),
k_(k)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment