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

moved comment

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