Bugfix: Formatting

This commit is contained in:
Hrvoje Jasak 2017-01-11 12:03:56 +00:00
parent 183c98c718
commit 59c57be5e4

View file

@ -305,7 +305,7 @@ void Foam::Pstream::allocatePstreamCommunicator
MPI_Comm_rank MPI_Comm_rank
( (
PstreamGlobals::MPICommunicators_[index], PstreamGlobals::MPICommunicators_[index],
&myProcNo_[index] &myProcNo_[index]
); );
// Set the number of processes to the actual number // Set the number of processes to the actual number
@ -343,7 +343,7 @@ void Foam::Pstream::allocatePstreamCommunicator
MPI_Comm_rank MPI_Comm_rank
( (
PstreamGlobals::MPICommunicators_[index], PstreamGlobals::MPICommunicators_[index],
&myProcNo_[index] &myProcNo_[index]
) )
) )
{ {
@ -751,7 +751,7 @@ void Foam::Pstream::waitRequest(const label i)
( (
MPI_Wait MPI_Wait
( (
&PstreamGlobals::outstandingRequests_[i], &PstreamGlobals::outstandingRequests_[i],
MPI_STATUS_IGNORE MPI_STATUS_IGNORE
) )
) )
@ -793,8 +793,8 @@ bool Foam::Pstream::finishedRequest(const label i)
int flag; int flag;
MPI_Test MPI_Test
( (
&PstreamGlobals::outstandingRequests_[i], &PstreamGlobals::outstandingRequests_[i],
&flag, &flag,
MPI_STATUS_IGNORE MPI_STATUS_IGNORE
); );