src/h5/u_readwrite.c

- forgot to rename "H5Part_print_debug()" to "H5_print_debug()" in some lines.
This commit is contained in:
2007-12-17 14:55:36 +00:00
parent e919f34618
commit c4c9eca143
+2 -2
View File
@@ -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;i<f->nprocs;i++)
_H5Part_print_debug ( "\tnp=%lld",
H5_print_debug ( "\tnp=%lld",
(long long) f->pnparticles[i] );
}
/* should I create a selection here? */