Skip to content
Snippets Groups Projects
Commit 09edbe2a authored by andy's avatar andy
Browse files

STYLE: updated code comment

parent ae582a7a
Branches
Tags
No related merge requests found
......@@ -778,7 +778,7 @@ Foam::scalar Foam::AMIInterpolation<SourcePatch, TargetPatch>::interArea
// create intersection object
faceAreaIntersect inter(srcPoints, tgtPoints);
// crude resultant norm
// crude resultant norm - face normals should be opposite
const vector n = 0.5*(tgt.normal(tgtPoints) - src.normal(srcPoints));
scalar area = 0;
......
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