Skip to content
Snippets Groups Projects
Commit 0e7f5974 authored by andy's avatar andy
Browse files

BUG: meshToMesh - updated construction of AMIs

parent 7b939334
No related merge requests found
...@@ -420,6 +420,7 @@ Foam::meshToMesh::patchAMIs() const ...@@ -420,6 +420,7 @@ Foam::meshToMesh::patchAMIs() const
tgtPP, tgtPP,
faceAreaIntersect::tmMesh, faceAreaIntersect::tmMesh,
interpolationMethodAMI(method_), interpolationMethodAMI(method_),
-1,
true // flip target patch since patch normals are aligned true // flip target patch since patch normals are aligned
) )
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment