cyclicAMIPolyPatch: Correct report of sweep angle

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1716
This commit is contained in:
Henry
2015-05-28 16:29:06 +01:00
parent a9374358fe
commit 35fd6f4894

View File

@ -261,7 +261,7 @@ void Foam::cyclicAMIPolyPatch::calcTransforms
if (debug)
{
scalar theta = radToDeg(acos(n0 & n1));
scalar theta = radToDeg(acos(-(n0 & n1)));
Pout<< "cyclicAMIPolyPatch::calcTransforms: patch:"
<< name()