Formatting
This commit is contained in:
parent
14c65b248f
commit
3efe442b3c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void Foam::coupledPolyPatch::calcTransformTensors
|
|||
forwardT_.setSize(0);
|
||||
reverseT_.setSize(0);
|
||||
|
||||
separation_ = (nf&(Cr - Cf))*nf;
|
||||
separation_ = (nf & (Cr - Cf))*nf;
|
||||
|
||||
// Three situations:
|
||||
// - separation is zero. No separation.
|
||||
|
|
Reference in a new issue