STYLE: updated code comment

This commit is contained in:
andy
2011-09-12 13:03:15 +01:00
parent ae582a7a12
commit 09edbe2a57

View File

@ -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;