diff options
Diffstat (limited to 'mpi/mpiutil.c')
-rw-r--r-- | mpi/mpiutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mpi/mpiutil.c b/mpi/mpiutil.c index 5dd65aebe..a94cbb499 100644 --- a/mpi/mpiutil.c +++ b/mpi/mpiutil.c @@ -372,4 +372,3 @@ mpi_swap( MPI a, MPI b) tmp = *a; *a = *b; *b = tmp; } - |