Skip to content

Commit 937b6dc

Browse files
authored
Typo for the communicator in the README
1 parent 818b3ef commit 937b6dc

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)