Skip to content

Commit 7c862e5

Browse files
authored
Merge pull request #175 from michel2323/michel2323-patch-1
Typo for the communicator in the README
2 parents 818b3ef + 937b6dc commit 7c862e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ interface with a C library), this can be achieved with the Fortran to C
179179
communicator conversion:
180180

181181
```
182-
juliacomm = MPI.MPI_COMM_WORLD
182+
juliacomm = MPI.COMM_WORLD
183183
ccomm = MPI.CComm(juliacomm)
184184
```
185185

0 commit comments

Comments
 (0)