Bugfix: add global point patch. Zeljko Tukovic
This commit is contained in:
parent
d2666ed38f
commit
2c007a1404
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ int main(int argc, char *argv[])
|
|||
|| pointTensorFields.size()
|
||||
)
|
||||
{
|
||||
const pointMesh& procPMesh = pointMesh::New(procMesh);
|
||||
const pointMesh& procPMesh = pointMesh::New(procMesh, true);
|
||||
|
||||
pointFieldDecomposer fieldDecomposer
|
||||
(
|
||||
|
|
Reference in a new issue