Skip to content

Commit

Permalink
suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pengfej committed Mar 6, 2022
1 parent 2b94ede commit 10d984e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/distributed/tria_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,6 @@ namespace parallel
{
ierr = MPI_File_write_at(fh,
my_global_file_position,

src_data_variable.data(),
src_data_variable.size(),
MPI_BYTE,
Expand All @@ -1574,7 +1573,6 @@ namespace parallel
ierr =
MPI_File_write_at(fh,
my_global_file_position,

src_data_variable.data(),
1,
*Utilities::MPI::create_mpi_data_type_n_bytes(
Expand Down

0 comments on commit 10d984e

Please sign in to comment.