Unverified Commit 4ee5eee7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

don't use C++ style comments in C code

parent afd76931
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -377,7 +377,7 @@ MPI_Fint MPI_Comm_c2f(MPI_Comm comm) { return comm; };


MPI_Comm MPI_Comm_f2c(MPI_Fint comm) { return comm; };
MPI_Comm MPI_Comm_f2c(MPI_Fint comm) { return comm; };


//* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


int MPI_Comm_group(MPI_Comm comm, MPI_Group *group)
int MPI_Comm_group(MPI_Comm comm, MPI_Group *group)
{
{