Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jul 15, 2022
1 parent b3071ef commit 719e8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openPMD/auxiliary/Mpi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void runOnRankZero(Mock_MPI_Comm, Functor &&functor)
}

template <typename T>
T MPI_Bcast_fromRankZero(Mock_MPI_Comm, T *)
void MPI_Bcast_fromRankZero(Mock_MPI_Comm, T *)
{}

#endif
Expand Down

0 comments on commit 719e8db

Please sign in to comment.