BUG: Corrected error introduced in commit 490bc35
This commit is contained in:
parent
7724762fa2
commit
af49916de6
@ -471,7 +471,7 @@ void Foam::forces::read(const dictionary& dict)
|
||||
// specified directly, from coordinate system, or implicitly (0 0 0)
|
||||
if (!dict.readIfPresent<point>("CofR", coordSys_.origin()))
|
||||
{
|
||||
coordSys_ = coordinateSystem(dict, obr_);
|
||||
coordSys_ = coordinateSystem(obr_, dict);
|
||||
localSystem_ = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user