Skip to content

Commit

Permalink
#728: Fix ubiquitous warning about silly const return from Intel 19
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and cz4rs committed Dec 16, 2020
1 parent c075c76 commit c5349f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/test_parallel_harness.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ struct MPISingletonMultiTest {
MPI_Finalize();
}

public:
MPI_Comm getComm() { return comm_; }

private:
MPI_Comm comm_;
};
Expand Down

0 comments on commit c5349f0

Please sign in to comment.