summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Zff.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-14 16:35:27 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-14 16:35:27 (GMT)
commit6ed616cd99501d513e272761e1541d28418b4ff3 (patch)
tree5b8e5dc24d5b8a0ff5684974fd430d508f4b82af /fortran/src/H5Zff.F90
parent1e147f4442b3d3b94cbe393379de0afef347dc31 (diff)
downloadhdf5-6ed616cd99501d513e272761e1541d28418b4ff3.zip
hdf5-6ed616cd99501d513e272761e1541d28418b4ff3.tar.gz
hdf5-6ed616cd99501d513e272761e1541d28418b4ff3.tar.bz2
[svn-r27382] Documenation changes
Diffstat (limited to 'fortran/src/H5Zff.F90')
-rw-r--r--fortran/src/H5Zff.F9011
1 files changed, 9 insertions, 2 deletions
diff --git a/fortran/src/H5Zff.F90 b/fortran/src/H5Zff.F90
index 1dd8bcd..0259959 100644
--- a/fortran/src/H5Zff.F90
+++ b/fortran/src/H5Zff.F90
@@ -22,8 +22,14 @@
! access to either file, you may request a copy from help@hdfgroup.org. *
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
!
-! NOTES
-! *** IMPORTANT ***
+! NOTES!
+! _____ __ __ _____ ____ _____ _______ _ _ _______
+! |_ _| \/ | __ \ / __ \| __ \__ __|/\ | \ | |__ __|
+! **** | | | \ / | |__) | | | | |__) | | | / \ | \| | | | ****
+! **** | | | |\/| | ___/| | | | _ / | | / /\ \ | . ` | | | ****
+! **** _| |_| | | | | | |__| | | \ \ | |/ ____ \| |\ | | | ****
+! |_____|_| |_|_| \____/|_| \_\ |_/_/ \_\_| \_| |_|
+!
! If you add a new H5Z function you must add the function name to the
! Windows dll file 'hdf5_fortrandll.def.in' in the fortran/src directory.
! This is needed for Windows based operating systems.
@@ -124,6 +130,7 @@ CONTAINS
IF (flag .EQ. 0) status = .FALSE.
END SUBROUTINE h5zfilter_avail_f
+
!****s* H5Z/h5zget_filter_info_f
!
! NAME