From c4c9eca1437637beae58634129a6a168ee4a2d38 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 17 Dec 2007 14:55:36 +0000 Subject: [PATCH] src/h5/u_readwrite.c - forgot to rename "H5Part_print_debug()" to "H5_print_debug()" in some lines. --- src/h5/u_readwrite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/h5/u_readwrite.c b/src/h5/u_readwrite.c index b8ba745..3d5e23a 100644 --- a/src/h5/u_readwrite.c +++ b/src/h5/u_readwrite.c @@ -272,9 +272,9 @@ H5U_set_num_elements ( return HANDLE_MPI_ALLGATHER_ERR; } if ( f->myproc == 0 ) { - _H5Part_print_debug ( "Particle offsets:" ); + H5_print_debug ( "Particle offsets:" ); for(i=0;inprocs;i++) - _H5Part_print_debug ( "\tnp=%lld", + H5_print_debug ( "\tnp=%lld", (long long) f->pnparticles[i] ); } /* should I create a selection here? */