diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2014-03-20 22:28:10 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2016-11-29 23:42:28 (GMT) |
commit | 7f112f33a76723035e857296c1391af93bd54a2a (patch) | |
tree | 9939c380381b7d75a2b15b7273fbfd278d5fac87 | |
parent | 0cdd10589a35609eb3f03f0067db21432a1c2ed6 (diff) | |
download | hdf5-7f112f33a76723035e857296c1391af93bd54a2a.zip hdf5-7f112f33a76723035e857296c1391af93bd54a2a.tar.gz hdf5-7f112f33a76723035e857296c1391af93bd54a2a.tar.bz2 |
Removed getchar used in test to attach gdb
-rw-r--r-- | test/index.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/index.c b/test/index.c index 90b9be7..f338c9c 100644 --- a/test/index.c +++ b/test/index.c @@ -188,7 +188,6 @@ main(int argc, char **argv) MPI_Init(&argc, &argv); - getchar(); /* Call EFF_init to initialize the EFF stack. */ EFF_init(MPI_COMM_WORLD, MPI_INFO_NULL); |