From 76549133c4681e960ea4a7b0e2d9689c24c71586 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Sep 2006 20:59:16 +0000 Subject: [PATCH] src/H5PartF90.inc - declaration of "h5pt_set_verbosity_level()" added --- src/H5PartF90.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/H5PartF90.inc b/src/H5PartF90.inc index fadd5c7..640582c 100644 --- a/src/H5PartF90.inc +++ b/src/H5PartF90.inc @@ -204,5 +204,10 @@ CHARACTER(LEN=*), INTENT(IN) :: attrib_name ! name of the attribute to read REAL*8, INTENT(OUT) :: attrib_value(:) ! the attribute data will be read into this array END FUNCTION + + + INTEGER*8 FUNCTION h5pt_set_verbosity_level ( level ) + INTEGER*8, INTENT(IN) :: level + END FUNCTION END INTERFACE