Skip to content
Snippets Groups Projects
Commit 70b79079 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix missing comma in comment.

parent f511498c
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ int main(void) {
{
MPI_Datatype sends[2];
// by definition of MPI_Type_dup no MPI_Type_commit is required
// by definition of MPI_Type_dup, no MPI_Type_commit is required
MPI_Type_dup(MPI_INT, &sends[0]);
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment