Merge commit '89b2a122b2bcffca1edfcca12862cc1ce8431330' into nextRelease
This commit is contained in:
commit
67c4f3d348
1 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,7 @@ Foam::faMesh::faMesh(const polyMesh& pMesh)
|
|||
),
|
||||
*this
|
||||
),
|
||||
comm_(Pstream::worldComm),
|
||||
patchPtr_(NULL),
|
||||
lduPtr_(NULL),
|
||||
curTimeIndex_(time().timeIndex()),
|
||||
|
@ -317,6 +318,7 @@ Foam::faMesh::faMesh
|
|||
*this,
|
||||
0
|
||||
),
|
||||
comm_(Pstream::worldComm),
|
||||
patchPtr_(NULL),
|
||||
lduPtr_(NULL),
|
||||
curTimeIndex_(time().timeIndex()),
|
||||
|
@ -381,6 +383,7 @@ Foam::faMesh::faMesh
|
|||
*this,
|
||||
0
|
||||
),
|
||||
comm_(Pstream::worldComm),
|
||||
patchPtr_(NULL),
|
||||
lduPtr_(NULL),
|
||||
curTimeIndex_(time().timeIndex()),
|
||||
|
@ -864,6 +867,7 @@ Foam::faMesh::faMesh
|
|||
*this,
|
||||
0
|
||||
),
|
||||
comm_(Pstream::worldComm),
|
||||
patchPtr_(NULL),
|
||||
lduPtr_(NULL),
|
||||
curTimeIndex_(time().timeIndex()),
|
||||
|
|
Reference in a new issue