Skip to content
Snippets Groups Projects
Commit 0709c4f5 authored by Boris Martin's avatar Boris Martin
Browse files

moved comment

parent d041a05e
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,6 @@ namespace gmshfem::field
global.data(), sizes.data(), displs.data(), mpi_struct_type,
MPI_COMM_WORLD);
// Free the type
_toSend.clear();
// Global is the list of dof indices someone is reading
......@@ -321,6 +320,8 @@ namespace gmshfem::field
}
}
// Free the type
MPI_Type_free(&mpi_struct_type);
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment