Skip to content
Snippets Groups Projects
Commit 3cb01abd authored by Henry Weller's avatar Henry Weller
Browse files

meshToMeshTemplates: Fix bug in mapTgtToSrc

parent 577fa925
No related branches found
No related tags found
No related merge requests found
......@@ -571,7 +571,8 @@ void Foam::meshToMesh::mapTgtToSrc
(
tgtField,
multiplyWeightedOp<Type, CombineOp>(cop),
srcField
srcField,
UList<Type>::null()
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment