diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-12-10 22:30:38 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-12-10 22:30:38 (GMT) |
commit | 17fd0e9ce4e56ad786ccf04907fcddabddab936a (patch) | |
tree | d0e3e388788b47fa862878e48077dbf32cfe69c8 /MANIFEST | |
parent | f89d08019182504f3b6170ef42fa2dcd6a91bfa9 (diff) | |
download | hdf5-17fd0e9ce4e56ad786ccf04907fcddabddab936a.zip hdf5-17fd0e9ce4e56ad786ccf04907fcddabddab936a.tar.gz hdf5-17fd0e9ce4e56ad786ccf04907fcddabddab936a.tar.bz2 |
[svn-r23088] Changed Fortran examples to reflect changes in documentation via Barbara;
mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and
example fileexample.f90 was removed.
Tested: jam (gnu compilers)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -238,22 +238,23 @@ ./fortran/examples/Makefile.am ./fortran/examples/Makefile.in -./fortran/examples/attrexample.f90 ./fortran/examples/compound.f90 ./fortran/examples/compound_fortran2003.f90 ./fortran/examples/compound_complex_fortran2003.f90 -./fortran/examples/dsetexample.f90 -./fortran/examples/fileexample.f90 -./fortran/examples/groupexample.f90 -./fortran/examples/grpdsetexample.f90 -./fortran/examples/grpsexample.f90 +./fortran/examples/h5_crtatt.f90 +./fortran/examples/h5_crtdat.f90 +./fortran/examples/h5_crtgrp.f90 +./fortran/examples/h5_crtgrpar.f90 +./fortran/examples/h5_crtgrpd.f90 +./fortran/examples/h5_extend.f90 +./fortran/examples/h5_rdwt.f90 +./fortran/examples/h5_subset.f90 ./fortran/examples/hyperslab.f90 ./fortran/examples/mountexample.f90 ./fortran/examples/ph5example.f90 ./fortran/examples/refobjexample.f90 ./fortran/examples/refregexample.f90 ./fortran/examples/run-fortran-ex.sh.in -./fortran/examples/rwdsetexample.f90 ./fortran/examples/selectele.f90 ./fortran/examples/testh5fc.sh.in ./fortran/examples/nested_derived_type.f90 |