BUG: typo in copy constructor for coordinateSystem

This commit is contained in:
Mark Olesen
2010-12-15 10:17:37 +01:00
parent 8c954fd45f
commit 36509f045b

View File

@ -59,7 +59,7 @@ Foam::coordinateSystem::coordinateSystem
note_(),
origin_(cs.origin_),
R_(cs.R_),
Rtr_(Rtr_)
Rtr_(R_.T())
{}