summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-01-28 17:01:57 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-01-28 17:01:57 (GMT)
commitebec58437b09bd0cabb87d42f673d698df92d3f5 (patch)
tree085ce91ec6ad046aa334176a7150855362de0c4f /examples
parent1cbde26c41c37fa9bf58e5392a34c446c2753a9a (diff)
downloadhdf5-ebec58437b09bd0cabb87d42f673d698df92d3f5.zip
hdf5-ebec58437b09bd0cabb87d42f673d698df92d3f5.tar.gz
hdf5-ebec58437b09bd0cabb87d42f673d698df92d3f5.tar.bz2
[svn-r4875] Description:
Changed the data file names to use a suffix of .h5 (was .h5f). These allow them to be cleaned like other temporary files. Platforms tested: modi4 (pp, -64)
Diffstat (limited to 'examples')
-rw-r--r--examples/ph5example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ph5example.c b/examples/ph5example.c
index 1641c1f..4871ee7 100644
--- a/examples/ph5example.c
+++ b/examples/ph5example.c
@@ -952,7 +952,7 @@ parse_options(int argc, char **argv){
int
main(int argc, char **argv)
{
- char *filenames[]={ "ParaEg1.h5f", "ParaEg2.h5f" };
+ char *filenames[]={ "ParaEg1.h5", "ParaEg2.h5" };
int mpi_namelen;
char mpi_name[MPI_MAX_PROCESSOR_NAME];