meshToMeshTemplates: Fix bug in mapTgtToSrc
This commit is contained in:
parent
577fa92565
commit
3cb01abd9b
1 changed files with 2 additions and 1 deletions
|
|
@ -571,7 +571,8 @@ void Foam::meshToMesh::mapTgtToSrc
|
|||
(
|
||||
tgtField,
|
||||
multiplyWeightedOp<Type, CombineOp>(cop),
|
||||
srcField
|
||||
srcField,
|
||||
UList<Type>::null()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue