From 59c57be5e492748cc3501f67cef7f44ed6d2708e Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 11 Jan 2017 12:03:56 +0000 Subject: [PATCH] Bugfix: Formatting --- src/foam/db/IOstreams/Pstreams/Pstream.C | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/foam/db/IOstreams/Pstreams/Pstream.C b/src/foam/db/IOstreams/Pstreams/Pstream.C index a7e6dc63c..78c378de5 100644 --- a/src/foam/db/IOstreams/Pstreams/Pstream.C +++ b/src/foam/db/IOstreams/Pstreams/Pstream.C @@ -305,7 +305,7 @@ void Foam::Pstream::allocatePstreamCommunicator MPI_Comm_rank ( PstreamGlobals::MPICommunicators_[index], - &myProcNo_[index] + &myProcNo_[index] ); // Set the number of processes to the actual number @@ -343,7 +343,7 @@ void Foam::Pstream::allocatePstreamCommunicator MPI_Comm_rank ( PstreamGlobals::MPICommunicators_[index], - &myProcNo_[index] + &myProcNo_[index] ) ) { @@ -751,7 +751,7 @@ void Foam::Pstream::waitRequest(const label i) ( MPI_Wait ( - &PstreamGlobals::outstandingRequests_[i], + &PstreamGlobals::outstandingRequests_[i], MPI_STATUS_IGNORE ) ) @@ -793,8 +793,8 @@ bool Foam::Pstream::finishedRequest(const label i) int flag; MPI_Test ( - &PstreamGlobals::outstandingRequests_[i], - &flag, + &PstreamGlobals::outstandingRequests_[i], + &flag, MPI_STATUS_IGNORE );