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

BUG: typo in copy constructor for coordinateSystem

parent 8c954fd4
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ Foam::coordinateSystem::coordinateSystem
note_(),
origin_(cs.origin_),
R_(cs.R_),
Rtr_(Rtr_)
Rtr_(R_.T())
{}
......
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