mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected error introduced in commit 490bc35
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user