mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
sampledPlane: Correct handling of coordinate system specification
Patches provided by Timm Severin Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1764
This commit is contained in:
@ -80,7 +80,7 @@ Foam::sampledPlane::sampledPlane
|
||||
// allow lookup from global coordinate systems
|
||||
if (dict.found("coordinateSystem"))
|
||||
{
|
||||
coordinateSystem cs(mesh, dict);
|
||||
coordinateSystem cs(mesh, dict.subDict("coordinateSystem"));
|
||||
|
||||
point base = cs.globalPosition(planeDesc().refPoint());
|
||||
vector norm = cs.globalVector(planeDesc().normal());
|
||||
|
||||
Reference in New Issue
Block a user