diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-05-29 18:40:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-05-29 18:40:29 (GMT) |
commit | 770c707da1bb5acc443a24db4d59784914a3481b (patch) | |
tree | 9bf69813ca822dc0a701462cc88db440d546fc1a /test/h5test.h | |
parent | f1ce8aa94641254c52de9db5e0f327ed5910b94e (diff) | |
download | hdf5-770c707da1bb5acc443a24db4d59784914a3481b.zip hdf5-770c707da1bb5acc443a24db4d59784914a3481b.tar.gz hdf5-770c707da1bb5acc443a24db4d59784914a3481b.tar.bz2 |
[svn-r5481] Description:
Renamed pio_info_g as h5_io_info_g to better reflect its
general purpose.
Platforms tested:
eirene(pp)
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h index 695199c..6cf7277 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -27,7 +27,7 @@ */ extern char *paraprefix; #ifdef H5_HAVE_PARALLEL -extern MPI_Info pio_info_g; /* MPI INFO object to run the PIO */ +extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */ #endif /* |