diff options
Diffstat (limited to 'mpi/mpiutil.c')
-rw-r--r-- | mpi/mpiutil.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mpi/mpiutil.c b/mpi/mpiutil.c index 4e2a09056..15833d3f1 100644 --- a/mpi/mpiutil.c +++ b/mpi/mpiutil.c @@ -248,6 +248,10 @@ mpi_free( MPI a ) } +/**************** + * Note: This copy function shpould not interpret the MPI + * but copy it transparently. + */ MPI #ifdef M_DEBUG mpi_debug_copy( MPI a, const char *info ) |