mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -519,7 +519,7 @@ Foam::label Foam::intersectedSurface::nextEdge
|
||||
{
|
||||
// Calculate angle of edge with respect to base e0, e1
|
||||
vector vec =
|
||||
n ^ points[e.otherVertex(prevVertI)] - points[prevVertI];
|
||||
n ^ (points[e.otherVertex(prevVertI)] - points[prevVertI]);
|
||||
|
||||
vec /= mag(vec) + VSMALL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user