mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: merge conflict resolution
This commit is contained in:
@ -83,7 +83,7 @@ void Foam::arraySet::calcSamples
|
||||
|
||||
forAll(sampleCoords, i)
|
||||
{
|
||||
sampleCoords[i] = transform(coordSys_.R(), sampleCoords[i]);
|
||||
sampleCoords[i] = transform(coordSys_.R().R(), sampleCoords[i]);
|
||||
}
|
||||
|
||||
forAll(sampleCoords, sampleI)
|
||||
|
||||
@ -77,7 +77,7 @@ Foam::sampledPlane::sampledPlane
|
||||
// allow lookup from global coordinate systems
|
||||
if (dict.found("coordinateSystem"))
|
||||
{
|
||||
coordinateSystem cs(dict, mesh);
|
||||
coordinateSystem cs(mesh, dict);
|
||||
|
||||
point base = cs.globalPosition(planeDesc().refPoint());
|
||||
vector norm = cs.globalVector(planeDesc().normal());
|
||||
|
||||
Reference in New Issue
Block a user