diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2000-10-31 17:58:37 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2000-10-31 17:58:37 (GMT) |
commit | feb7e97b1394ace6a5e8ce2100b9a1e68a1ed25c (patch) | |
tree | bf365fe12775fe888c5d103f5b4e2d77940e39d2 /MANIFEST | |
parent | e4c4b455b5da4a2a372f79704ea8a2c0c0742566 (diff) | |
download | hdf5-feb7e97b1394ace6a5e8ce2100b9a1e68a1ed25c.zip hdf5-feb7e97b1394ace6a5e8ce2100b9a1e68a1ed25c.tar.gz hdf5-feb7e97b1394ace6a5e8ce2100b9a1e68a1ed25c.tar.bz2 |
[svn-r2773]
Purpose:
Maintenance
Description:
I renamed three files in the fortran/src directory
H5Pf_parallel.c --> H5FDmpiof.c
H5Pff_parallel.f90 --> H5FDmpioff.f90
HDF5_parallel.f90 --> HDF5mpio.f90
Solution:
Updated names in the MANIFEST file.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -361,6 +361,8 @@ ./fortran/src/H5Dff.f90 ./fortran/src/H5Ef.c ./fortran/src/H5Eff.f90 +./fortran/src/H5FDmpiof.c +./fortran/src/H5FDmpioff.f90 ./fortran/src/H5Ff.c ./fortran/src/H5Fff.f90 ./fortran/src/H5Gf.c @@ -370,9 +372,7 @@ ./fortran/src/H5If.c ./fortran/src/H5Iff.f90 ./fortran/src/H5Pf.c -./fortran/src/H5Pf_parallel.c ./fortran/src/H5Pff.f90 -./fortran/src/H5Pff_parallel.f90 ./fortran/src/H5Rf.c ./fortran/src/H5Rff.f90 ./fortran/src/H5Sf.c @@ -389,7 +389,7 @@ ./fortran/src/H5fortran_flags.f90 ./fortran/src/H5fortran_types.f90.in ./fortran/src/HDF5.f90 -./fortran/src/HDF5_parallel.f90 +./fortran/src/HDF5mpio.f90 ./fortran/src/Makefile.in ./fortran/src/README |