Removed unnecessary syncUpdate
This commit is contained in:
parent
55aa8c272a
commit
d164eca378
1 changed files with 1 additions and 2 deletions
|
@ -641,7 +641,7 @@ int main(int argc, char *argv[])
|
|||
rm(timeDir/"nut.gz");
|
||||
}
|
||||
|
||||
// read the mesh
|
||||
// Read the mesh
|
||||
fvMesh procMesh
|
||||
(
|
||||
IOobject
|
||||
|
@ -651,7 +651,6 @@ int main(int argc, char *argv[])
|
|||
processorDb
|
||||
)
|
||||
);
|
||||
procMesh.syncUpdateMesh();
|
||||
|
||||
labelIOList pointProcAddressing
|
||||
(
|
||||
|
|
Reference in a new issue