Merge commit 'b5be6201e00421a59e574a07b3d28cde5defff84'
This commit is contained in:
commit
0642e99a97
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void processorFaPatchField<scalar>::updateInterfaceMatrix
|
|||
{
|
||||
forAll(edgeFaces, facei)
|
||||
{
|
||||
result[edgeFaces[facei]] -= coeffs[facei]*pnf[facei];
|
||||
result[edgeFaces[facei]] += coeffs[facei]*pnf[facei];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Reference in a new issue