Skip to content

Commit

Permalink
Merge pull request #28 from shishlo/development
Browse files Browse the repository at this point in the history
The #26 is fixed.
  • Loading branch information
azukov authored Sep 30, 2024
2 parents 1e63c8a + 1be40a1 commit 54a6ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpi/wrap_mpi_comm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ extern "C" {
pyORBIT_MPI_Comm* newMPI_Comm(){
pyORBIT_MPI_Comm* pyMPI_Comm = PyObject_New(pyORBIT_MPI_Comm,&pyORBIT_MPI_Comm_Type);
pyMPI_Comm->comm = MPI_COMM_WORLD;
Py_INCREF((PyObject *) pyMPI_Comm);
return pyMPI_Comm;
}

Expand Down

0 comments on commit 54a6ab2

Please sign in to comment.