Merge commit '89b2a122b2bcffca1edfcca12862cc1ce8431330'

This commit is contained in:
Hrvoje Jasak 2018-02-07 12:58:43 +00:00
commit afc80a8669

View file

@ -222,6 +222,7 @@ Foam::faMesh::faMesh(const polyMesh& pMesh)
), ),
*this *this
), ),
comm_(Pstream::worldComm),
patchPtr_(NULL), patchPtr_(NULL),
lduPtr_(NULL), lduPtr_(NULL),
curTimeIndex_(time().timeIndex()), curTimeIndex_(time().timeIndex()),
@ -317,6 +318,7 @@ Foam::faMesh::faMesh
*this, *this,
0 0
), ),
comm_(Pstream::worldComm),
patchPtr_(NULL), patchPtr_(NULL),
lduPtr_(NULL), lduPtr_(NULL),
curTimeIndex_(time().timeIndex()), curTimeIndex_(time().timeIndex()),
@ -381,6 +383,7 @@ Foam::faMesh::faMesh
*this, *this,
0 0
), ),
comm_(Pstream::worldComm),
patchPtr_(NULL), patchPtr_(NULL),
lduPtr_(NULL), lduPtr_(NULL),
curTimeIndex_(time().timeIndex()), curTimeIndex_(time().timeIndex()),
@ -864,6 +867,7 @@ Foam::faMesh::faMesh
*this, *this,
0 0
), ),
comm_(Pstream::worldComm),
patchPtr_(NULL), patchPtr_(NULL),
lduPtr_(NULL), lduPtr_(NULL),
curTimeIndex_(time().timeIndex()), curTimeIndex_(time().timeIndex()),