mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Make clang happy with parenthesis
This commit is contained in:
parent
be3a8249c6
commit
5c0adf7bf2
@ -100,7 +100,7 @@ void CartesianCommunicator::Init(int *argc, char ***argv) {
|
||||
|
||||
int flag;
|
||||
int provided;
|
||||
mtrace();
|
||||
// mtrace();
|
||||
|
||||
MPI_Initialized(&flag); // needed to coexist with other libs apparently
|
||||
if ( !flag ) {
|
||||
@ -511,7 +511,7 @@ void CartesianCommunicator::SendToRecvFromBegin(std::vector<CommsRequest_t> &lis
|
||||
int myrank = _processor;
|
||||
int ierr;
|
||||
|
||||
if ( (CommunicatorPolicy == CommunicatorPolicyIsend) ) {
|
||||
if ( CommunicatorPolicy == CommunicatorPolicyIsend ) {
|
||||
MPI_Request xrq;
|
||||
MPI_Request rrq;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user